![]() |
|
|
|
#1 |
|
Hi all,
i would need something like : Wait on SIG1 OR Wait on SIG2 OR Wait on SIG3; (my entity is asynch and i need to run the process every time a input sig change). Thanks for your support, David. edit : wait on sig1,sig2,sig3 does that ? darock Last edited by darock : 10-26-2009 at 03:24 AM. |
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Oct 2009
Posts: 12
|
as in the process will not proceed until a signal changes? are we talking about one or three signals?
personally I don't like using wait statements. I use a sensitivity list containing those signals so that whenever any of them changes, the process will kick in. so you could try Code:
If that's not what you are looking for, perhaps: Code:
Try them and let us know! matchstick86 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2009
Posts: 2
|
Thanks for the reply!
The second code is exactly the behavior i want .... but it doesn't seems to compile... (i use modelsim) ** Error: *******l.vhd(336): near "(": expecting "STRING" or "IDENTIFIER" or "<<" i used the same syntax than you( just put my signal name) (i can't use sensitivity list because i need "wait for" to emulate gate delay) any idea? Edit : ok i found ****://***.csee.umbc.edu/help/VHDL/sequential.html wait on sig1, sig2; -- sensitivity clause, any event on any signal terminates wait now i am sure ! thanks darock Last edited by darock : 10-28-2009 at 04:33 AM. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CR -- US vs International version | ste7ens | DVD Video | 49 | 07-11-2007 06:14 AM |
| bush,jr spoke, bush,jr lied | Sid9 | DVD Video | 3 | 06-03-2006 07:37 AM |
| Beyond the Office [Burning Questions: HD-DVD Claims the Advantage - 08/23/2005] | Ablang | DVD Video | 0 | 08-24-2005 06:23 AM |
| MGM Class Action lawsuit in the USA | Reader | DVD Video | 20 | 02-18-2005 05:56 PM |
| Am I missing the point | BRS | DVD Video | 179 | 01-11-2004 07:31 PM |