mirror of https://github.com/YosysHQ/yosys.git
Update comment
This commit is contained in:
parent
0fa6a441f1
commit
746f70a9ce
|
@ -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…
Reference in New Issue