projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e69ee
)
Leave breadcrumb behind
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 14 Jun 2019 20:34:40 +0000
(13:34 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 14 Jun 2019 20:34:40 +0000
(13:34 -0700)
backends/aiger/xaiger.cc
patch
|
blob
|
history
diff --git
a/backends/aiger/xaiger.cc
b/backends/aiger/xaiger.cc
index 4d8bb7f00056efb81cb23dec3fcf310c93a8ec1b..df970e34192bf73b6ae2b30e29fc8b0757691399 100644
(file)
--- a/
backends/aiger/xaiger.cc
+++ b/
backends/aiger/xaiger.cc
@@
-185,6
+185,8
@@
struct XAigerWriter
if (!bit.wire->port_input)
unused_bits.erase(bit);
+ // TODO: Speed up toposort -- ultimately we care about
+ // box ordering, but not individual AIG cells
dict<SigBit, pool<IdString>> bit_drivers, bit_users;
TopoSort<IdString, RTLIL::sort_by_id_str> toposort;
bool abc_box_seen = false;