mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-05 14:55:47 +00:00
Remove write_verilog call
This commit is contained in:
parent
aece97024d
commit
61ca83e099
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue