mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
parent
3156226233
commit
54e75129e5
3 changed files with 55 additions and 24 deletions
|
@ -399,7 +399,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
run("ice40_wrapcarry -unwrap");
|
||||
run("techmap -map +/ice40/ff_map.v");
|
||||
run("clean");
|
||||
run("opt_lut -dlogic SB_CARRY:I0=1:I1=2:CI=3");
|
||||
run("opt_lut -dlogic SB_CARRY:I0=1:I1=2:CI=3 -dlogic SB_CARRY:CO=3");
|
||||
}
|
||||
|
||||
if (check_label("map_cells"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue