projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa6a44
)
Update comment
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 14 Jun 2019 20:10:46 +0000
(13:10 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 14 Jun 2019 20:10:46 +0000
(13:10 -0700)
backends/aiger/xaiger.cc
patch
|
blob
|
history
diff --git
a/backends/aiger/xaiger.cc
b/backends/aiger/xaiger.cc
index bc722e4920cd11e47129d5be5d75ee2f2aa75f01..0c2ae62e61103bcc4ccf9610b6ecb14ca76cb0c0 100644
(file)
--- a/
backends/aiger/xaiger.cc
+++ b/
backends/aiger/xaiger.cc
@@
-822,7
+822,8
@@
struct XAigerWriter
Pass::call(holes_module->design, "flatten -wb");
- // TODO: Should techmap/AIG all lib_whitebox-es once
+ // TODO: Should techmap/aigmap/check all lib_whitebox-es just once,
+ // instead of per write_xaiger call
Pass::call(holes_module->design, "techmap");
Pass::call(holes_module->design, "aigmap");
for (auto cell : holes_module->cells())