Hi,
small question :
is it possible to have this kind of expression or behavior :
"WAIT ON sig1 OR WAIT ON sig2;"
(i think "WAIT ON sig1, sig2;" process"WAIT ON sig1 AND WAIT ON sig2;").
I would like my process to continue as soon as a signal update...
Would be good if someone have an...
Hi all !!
I will try to be as clear as possible.
I would like to put some signals names in an array and then to use it in a process.
--Declaration array :
TYPE Data_NCL IS ARRAY (0 to 12) of dual_rail_logic;
--in the process before the begin:
variable Ci : Data_NCL;
--after the begin ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.