projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da5f830
)
Fix spacing
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 28 Jun 2019 18:10:36 +0000
(11:10 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 28 Jun 2019 18:10:36 +0000
(11:10 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 3721b82b74e57f99fc35c6c66936407f1f936f90..f107f994794c2dc1f5afc375b296127cd553603b 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-673,8
+673,8
@@
void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
}
}
-
for (auto cell : boxes)
-
module->remove(cell);
+ for (auto cell : boxes)
+ module->remove(cell);
// Copy connections (and rename) from mapped_mod to module
for (auto conn : mapped_mod->connections()) {