projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
292f80d
)
abc9 not to clean after aigmap
author
Eddie Hung
<eddieh@ece.ubc.ca>
Mon, 25 Feb 2019 23:31:52 +0000
(15:31 -0800)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Mon, 25 Feb 2019 23:31:52 +0000
(15:31 -0800)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index f6ace6a945d02b66275b89af128899e1c6d1b8be..90234ea336215b0dba62cfa1a54b8e9273a912f6 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-403,7
+403,7
@@
void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
RTLIL::Selection& sel = design->selection_stack.back();
sel.select(module);
- Pass::call(design, "aigmap
; clean;
");
+ Pass::call(design, "aigmap");
handle_loops(design);