mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 19:00:26 +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
|
@ -144,8 +144,8 @@ struct SynthCoolrunner2Pass : public ScriptPass
|
|||
if (check_label("fine"))
|
||||
{
|
||||
run("opt -fast -full");
|
||||
run("techmap");
|
||||
run("techmap -map +/coolrunner2/cells_latch.v");
|
||||
run("techmap -map +/techmap.v -map +/coolrunner2/cells_latch.v");
|
||||
run("opt -fast");
|
||||
run("dfflibmap -prepare -liberty +/coolrunner2/xc2_dff.lib");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue