Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Electronic Equipment > VHDL > if condition in...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 6132 of 6418
Post > Topic >>

if condition in process without sensitivity list

by "ALuPin@[EMAIL PROTECTED] " <ALuPin@[EMAIL PROTECTED] > Jul 3, 2008 at 08:02 AM

Hi,

I have the following process without sensitivity list:

p_trigger: process
begin
      for i in 0 to 10 loop

          wait until ls_trigger='1';

          if ls_falling_edge_enable='1' then
             wait until ls_trigger='0';
          end if;

      end loop;
wait;
end process p_trigger;

Will the if branch be entered if "ls_falling_edge_enable" becomes
'1' ?
Thank you for your opinion.

Rgds
Andre
 




 2 Posts in Topic:
if condition in process without sensitivity list
"ALuPin@[EMAIL PROTE  2008-07-03 08:02:41 
Re: if condition in process without sensitivity list
"KJ" <kkjenn  2008-07-03 12:58:11 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 23:10:50 CST 2008.