rm debug msgs
This commit is contained in:
parent
70cf1e8dfb
commit
2f3025cf3f
|
|
@ -634,7 +634,7 @@ void prepare_netlist_structs(int for_netlist)
|
|||
else if (!for_netlist && xctx->prep_hi_structs) return;
|
||||
/* delete instance pins spatial hash, wires spatial hash, node_hash, wires and inst nodes.*/
|
||||
else delete_netlist_structs();
|
||||
dbg(0, "prepare_netlist_structs(): extraction\n");
|
||||
dbg(1, "prepare_netlist_structs(): extraction\n");
|
||||
if(netlist_count == 0 ) startlevel = xctx->currsch;
|
||||
print_erc = netlist_count == 0 || startlevel < xctx->currsch;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue