Re: 2 bugs
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 12 December 2012, Felix Salfelder wrote: > when typing > > > verilog > > module foo(); > > endmodule; > > foo a(1,2); > > list > > the 3rd assertion in COMPONENT::port_value(int i)const is > hit. compiled with -DNDEBUG it outputs > [..] > foo #() a (.?????(1),.?????(2)); > so either this is correct, or the instanciation of a should > fail. instanciation of a should fail.