Hi Al.

after deleting a module declaration, the next expand can crash.

the planned shift from MODELs to COMMONs will likely magically fix this
issue (_attach_count &ct). don't know if i will try that soon. so here's
my test, to be sure.

cheers
felix
options trace
verilog

module test(1,2);
resistor #(.r(5)) r(1,2)
endmodule

test t1(1 2);
delete test

list
end
_______________________________________________
Gnucap-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnucap-devel

Reply via email to