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.

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

Reply via email to