mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-08 07:03:24 +00:00
semi cleanup
This commit is contained in:
parent
91503e07dc
commit
125797bbb3
5 changed files with 3 additions and 17 deletions
|
@ -546,9 +546,6 @@ struct VerilogFrontend : public Frontend {
|
|||
AST::process(design, parse_state.current_ast, flag_nodisplay, flag_dump_ast1, flag_dump_ast2, flag_no_dump_ptr, flag_dump_vlog1, flag_dump_vlog2, flag_dump_rtlil, flag_nolatches,
|
||||
flag_nomeminit, flag_nomem2reg, flag_mem2reg, flag_noblackbox, parse_mode.lib, flag_nowb, flag_noopt, flag_icells, flag_pwires, flag_nooverwrite, flag_overwrite, flag_defer, parse_state.default_nettype_wire);
|
||||
|
||||
log("Got this:\n");
|
||||
Pass::call(design, "dump");
|
||||
|
||||
|
||||
if (!flag_nopp)
|
||||
delete parse_state.lexin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue