3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 13:28:59 +00:00

abc9: techmap from user design to allow abc9_flop modules to be composed

from other primitives
This commit is contained in:
Eddie Hung 2020-05-26 08:37:26 -07:00 committed by Marcelina Kościelnicka
parent 3db3e1e149
commit 0ba79feb6f

View file

@ -294,7 +294,7 @@ struct Abc9Pass : public ScriptPass
run("design -load $abc9_map"); run("design -load $abc9_map");
run("proc"); run("proc");
run("wbflip"); run("wbflip");
run("techmap"); run("techmap -wb -map %$abc9 -map +/techmap.v");
run("opt"); run("opt");
if (dff_mode || help_mode) { if (dff_mode || help_mode) {
if (!help_mode) if (!help_mode)