From: Eddie Hung Date: Fri, 14 Jun 2019 20:10:46 +0000 (-0700) Subject: Update comment X-Git-Tag: working-ls180~1237^2~103 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=746f70a9ce163f921b0e55b21042c59769bbcba9;p=yosys.git Update comment --- diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc index bc722e492..0c2ae62e6 100644 --- 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())