mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 01:32:20 +00:00
synth_*: call 'opt -fast' after 'techmap'
This commit is contained in:
parent
4c1d3a126d
commit
0b0148399c
8 changed files with 9 additions and 5 deletions
|
@ -289,6 +289,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("techmap");
|
||||
else
|
||||
run("techmap -map +/techmap.v -map +/ecp5/arith_map.v");
|
||||
run("opt -fast");
|
||||
if (retime || help_mode)
|
||||
run("abc -dff -D 1", "(only if -retime)");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue