3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-15 13:28:59 +00:00

Remove write_verilog call

This commit is contained in:
Eddie Hung 2019-04-16 13:24:54 -07:00
parent aece97024d
commit 61ca83e099

View file

@ -630,7 +630,7 @@ struct XAigerWriter
RTLIL::Selection& sel = holes_module->design->selection_stack.back();
sel.select(holes_module);
Pass::call(holes_module->design, "flatten; aigmap; write_verilog -noexpr -norename holes.v");
Pass::call(holes_module->design, "flatten; aigmap");
holes_module->design->selection_stack.pop_back();