mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
Added synth_ice40 support for latches via logic loops
This commit is contained in:
parent
d10dfccabb
commit
6fe3d5a1cf
3 changed files with 13 additions and 0 deletions
|
@ -214,6 +214,7 @@ struct SynthIce40Pass : public ScriptPass
|
|||
run("abc", " (only if -abc2)");
|
||||
run("ice40_opt", "(only if -abc2)");
|
||||
}
|
||||
run("techmap -map +/ice40/latches_map.v");
|
||||
run("abc -lut 4");
|
||||
run("clean");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue