G
graeme.cunningham@googlem
Guest
Is the following legal VHDL code
if A then
Or does value of A have to explicitly defined, such as ...
if A = '1' then
I know that in verilog the use of
if (a)
and
if (a=1)
are permited.
Thanks in advance.
g
if A then
Or does value of A have to explicitly defined, such as ...
if A = '1' then
I know that in verilog the use of
if (a)
and
if (a=1)
are permited.
Thanks in advance.
g