Re: gEDA-user: Re: iVerilog's Strengths [bug?]

2007-05-03 Thread lingwitt
On 3 May 2007, at 1:39:44 PM, Stephen Williams wrote: Bug. It appears that the muxz device (the ternary operator) is not properly strength-aware. Hopefully I'll get around to submitting a bug report this weekend. By the way, the strengths are associated with the *driver* and not the value.

gEDA-user: Re: iVerilog's Strengths [bug?]

2007-05-03 Thread Stephen Williams
[EMAIL PROTECTED] wrote: > module test; > tri blah; > > assign (pull1, strong0) blah = 0 ? 0 : 1; > assign blah = 0; > > initial > $display("Blah should be 0: %d", blah); > endmodule > > Output: > > Blah should be 0: x Bug. It appears tha