mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
opt_lut: Replace -dlogic
with -tech ice40
This commit is contained in:
parent
22370ad21e
commit
568418b50b
2 changed files with 28 additions and 30 deletions
|
@ -432,7 +432,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 -dlogic SB_CARRY:CO=3");
|
||||
run("opt_lut -tech ice40");
|
||||
}
|
||||
|
||||
if (check_label("map_cells"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue