aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-05-27 09:37:57 -0700
committerMarcelina Koƛcielnicka <mwk@0x04.net>2020-07-04 19:45:10 +0200
commit27a9d1b6e68a2d8c6db03524fff8fa832a7b6583 (patch)
treed661f1d4cd157bc0288385163d1dcbd30955dc0a /passes/techmap
parent2bdced0d68f3f3a1ea43741c49435d482698a8ca (diff)
downloadyosys-27a9d1b6e68a2d8c6db03524fff8fa832a7b6583.tar.gz
yosys-27a9d1b6e68a2d8c6db03524fff8fa832a7b6583.tar.bz2
yosys-27a9d1b6e68a2d8c6db03524fff8fa832a7b6583.zip
abc9: only techmap (* abc9_flop *) modules
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 7c8eba177..e99c56d8d 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 -wb -map %$abc9 -map +/techmap.v");
+ run("techmap -wb -map %$abc9 -map +/techmap.v A:abc9_flop");
run("opt");
if (dff_mode || help_mode) {
if (!help_mode)