Hi Dmitry: If a and b both hold in the first cycle, then there should be two displays in the second cycle, one of"x = 0" and one of "x = 1". Intuitively, "or" forks, but does not join. J.H. > This is a multi-part message in MIME format. > > ------_=_NextPart_001_01C6525C.326C3F74 > Content-Type: text/plain; > charset="US-ASCII" > Content-Transfer-Encoding: quoted-printable > > Hi all, > > =20 > > I think that the issue is problematic altogether. Consider the following > example: > > =20 > > ((a, x =3D 0) or (b, x =3D 1)) ##1 (1, $display("x =3D %b", x)); > > =20 > > Assume at the first cycle both a and b hold. What value will be > displayed and how many times? > > =20 > > Thanks, > > Dmitry > >Received on Tue Mar 28 04:43:18 2006
This archive was generated by hypermail 2.1.8 : Tue Mar 28 2006 - 04:43:28 PST