mirror of https://github.com/YosysHQ/icestorm.git
Add CarryInSet bit to DB
This commit is contained in:
parent
81e0d3c361
commit
6e80f13b56
|
|
@ -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"])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue