projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8c1d7
)
Add TODO
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 2 Aug 2019 05:30:10 +0000
(22:30 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Wed, 7 Aug 2019 16:54:27 +0000
(09:54 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index df14f8f7e4784569fa849ca32b6ce47cde17b56d..f15aded844f9f66664202a1a357030b6cbecc9cb 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-736,6
+736,8
@@
void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri
}
}
+ // TODO: Move this optimisation into parse_xaiger, so that we
+ // can get save on the "clean" call at the end of this function
for (auto &it : bit_users)
if (bit_drivers.count(it.first))
for (auto driver_cell : bit_drivers.at(it.first))