aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-05-26 08:37:26 -0700
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-04 19:45:10 +0200
commit0ba79feb6f0b77120f113dec268908bf25306581 (patch)
tree1ba0f47ba85aa8c2b8e44b03b222a904a2ee1e58 /passes/techmap
parent3db3e1e1491b426766f1da87e1da840f3fa46278 (diff)
downloadyosys-0ba79feb6f0b77120f113dec268908bf25306581.tar.gz
yosys-0ba79feb6f0b77120f113dec268908bf25306581.tar.bz2
yosys-0ba79feb6f0b77120f113dec268908bf25306581.zip
abc9: techmap from user design to allow abc9_flop modules to be composed
from other primitives
Diffstat (limited to 'passes/techmap')
-rw-r--r--passes/techmap/abc9.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc
index 127f8934e..7c8eba177 100644
--- a/passes/techmap/abc9.cc
+++ b/passes/techmap/abc9.cc
@@ -294,7 +294,7 @@ struct Abc9Pass : public ScriptPass
run("design -load $abc9_map");
run("proc");
run("wbflip");
- run("techmap");
+ run("techmap -wb -map %$abc9 -map +/techmap.v");
run("opt");
if (dff_mode || help_mode) {
if (!help_mode)