Update comment

This commit is contained in:
Eddie Hung 2019-06-14 13:10:46 -07:00
parent 0fa6a441f1
commit 746f70a9ce
1 changed files with 2 additions and 1 deletions

View File

@ -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())