Gordon Vreugdenhil wrote: [..] > For example, > if (1'b1) > b = s; > else > b = d; > is valid and it would be unfortunate to have the equivalent expression > form ( b = 1'b1 ? s : d ) be made illegal. I should have of course said "nearly equivalent" due to the special case of handling unknowns, but for non-X/Z conditions, I would hope that the assignment form should be equivalent. Gord. -- -------------------------------------------------------------------- Gordon Vreugdenhil 503-685-0808 Model Technology (Mentor Graphics) gordonv@model.comReceived on Mon Oct 2 11:19:08 2006
This archive was generated by hypermail 2.1.8 : Mon Oct 02 2006 - 11:19:14 PDT