delete crash
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Gnucap-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnucap-devel
delete.gc
(text/plain, 113 B)
options trace verilog module test(1,2); resistor #(.r(5)) r(1,2) endmodule test t1(1 2); delete test list end