mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Update comment
This commit is contained in:
parent
0fa6a441f1
commit
746f70a9ce
1 changed files with 2 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue