Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dorack

    wait on

    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...
  2. dorack

    signal in an array

    I forgot to say that this code is used in a testbench. It may does matter ... thanks you, David.
  3. dorack

    signal in an array

    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 ...

Part and Inventory Search

Back
Top