diff options
author | David Shah <davey1576@gmail.com> | 2017-10-24 19:38:35 +0100 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2017-10-24 19:38:35 +0100 |
commit | 6e80f13b56244a2b6b49fdf38282259e1a5701a3 (patch) | |
tree | c27cd8c1cc651dbd1ed2e98ca37e5102453f566b /icebox | |
parent | 81e0d3c361e1b639064e07ff7efd1b8232090e0c (diff) | |
download | icestorm-6e80f13b56244a2b6b49fdf38282259e1a5701a3.tar.gz icestorm-6e80f13b56244a2b6b49fdf38282259e1a5701a3.tar.bz2 icestorm-6e80f13b56244a2b6b49fdf38282259e1a5701a3.zip |
Add CarryInSet bit to DB
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/icebox.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/icebox/icebox.py b/icebox/icebox.py index cf5c4d1..29d0830 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -4205,6 +4205,9 @@ for entry in iotile_full_db: logictile_db.append([["B1[49]"], "buffer", "carry_in", "carry_in_mux"]) logictile_db.append([["B1[50]"], "CarryInSet"]) +logictile_5k_db.append([["B1[49]"], "buffer", "carry_in", "carry_in_mux"]) +logictile_5k_db.append([["B1[50]"], "CarryInSet"]) + logictile_8k_db.append([["B1[49]"], "buffer", "carry_in", "carry_in_mux"]) logictile_8k_db.append([["B1[50]"], "CarryInSet"]) |