projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c6cf07
)
Do not call abc on modules with abc_box_id attr
author
Eddie Hung
<eddie@fpgeh.com>
Tue, 16 Apr 2019 18:19:42 +0000
(11:19 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Tue, 16 Apr 2019 18:19:42 +0000
(11:19 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index caaff925691e7efa7c9fb03d115aaa4fb3e6bc3c..fbf3a47ee997b19205bbe2f6017683192a030eec 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-1405,6
+1405,9
@@
struct Abc9Pass : public Pass {
continue;
}
+ if (mod->attributes.count("\\abc_box_id"))
+ continue;
+
assign_map.set(mod);
signal_init.clear();