Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - wait until

 
Thread Tools Search this Thread
Old 03-23-2005, 10:48 PM   #1
Default wait until


What is wrong with this? Both are variables and
row_counter gets advanced in another process.

wait until( row_counter = start_recording_row_delay );

b r a d @ a i v i s i o n . c o m




Brad Smallridge
  Reply With Quote
Old 03-24-2005, 03:36 AM   #2
Charles Bailey
 
Posts: n/a
Default Re: wait until

"Brad Smallridge" <> wrote in message
news:...
> What is wrong with this? Both are variables and
> row_counter gets advanced in another process.
>
> wait until( row_counter = start_recording_row_delay );
>
> b r a d @ a i v i s i o n . c o m

If they are both variables then there is nothing to trigger the wait
statement. At least one of them must be a signal. (Variables have no
event information associated with them. The wait needs an event to
trigger its execution.)

Charles Bailey




Charles Bailey
  Reply With Quote
Old 03-26-2005, 01:34 PM   #3
info_
 
Posts: n/a
Default Re: wait until
Brad Smallridge wrote:

> What is wrong with this? Both are variables and
> row_counter gets advanced in another process.
>
> wait until( row_counter = start_recording_row_delay );
>
> b r a d @ a i v i s i o n . c o m
>
>

Brad,

I don't understand.
If both are variables (not global) then you cannot see them from other processes !
And if they are local to the process where the wait is located, who will update them
if the process is suspended ???
Maybe you meant that row_counter was a signal ? (then it should work)

Or maybe you've declared "variable row_counter" in both processes ?

Bert


info_
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Twin Peaks - Season 2, wait until October The Man With No Name DVD Video 1 01-27-2007 11:06 PM
Wait for new test or go for current one? scs A+ Certification 4 09-06-2006 02:44 AM
Net+ - should I start studying or wait? Patrick Michael A+ Certification 5 05-11-2004 02:42 AM
Re: Should I wait for the new exam? Cindy Clayton A+ Certification 0 08-18-2003 10:21 PM
Re: I already can't wait for Freddy vs Jason DVD buck16 DVD Video 0 08-08-2003 08:09 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46