mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 13:10:51 +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
|
@ -160,8 +160,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
|
|||
run("opt -fast -mux_undef -undriven -fine");
|
||||
run("memory_map");
|
||||
run("opt -undriven -fine");
|
||||
run("techmap");
|
||||
run("techmap -map +/greenpak4/cells_latch.v");
|
||||
run("techmap -map +/techmap.v -map +/greenpak4/cells_latch.v");
|
||||
run("dfflibmap -prepare -liberty +/greenpak4/gp_dff.lib");
|
||||
run("opt -fast");
|
||||
if (retime || help_mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue