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 > Illegal concurr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 5 Topic 6134 of 6418
Post > Topic >>

Illegal concurrent statement?

by Philipp <PhilippR@[EMAIL PROTECTED] > Jul 4, 2008 at 04:26 PM

Hi

I wanna evaluate for each bit in the std_logic_vector I(14 downto 0) the 
following espression:


      for I in 0 to 14 loop
          RanIB_tmp(I) <= '1' when
          ((DST(I)(conv_integer(std_logic_vector(OLD_Dest)))='1')
          and
   	 (CDT(conv_integer(std_logic_vector(OLD_Dest)))='1'))
          else '0';
     end loop;

However, when I try to run the code it tells me that I am using an 
illegal concurrent statement? Anyone an idea how I could write this in
an loop so that I can save some copy & paste?

many thanks
Philipp
 




 5 Posts in Topic:
Illegal concurrent statement?
Philipp <PhilippR@[EMA  2008-07-04 16:26:57 
Re: Illegal concurrent statement?
Mike Treseler <mtresel  2008-07-04 09:14:53 
Re: Illegal concurrent statement?
kennheinrich@[EMAIL PROTE  2008-07-04 09:27:44 
Re: Illegal concurrent statement?
Dal <darrin.nagy@[EMAI  2008-07-05 21:09:12 
Re: Illegal concurrent statement?
Luc <luc@[EMAIL PROTEC  2008-07-22 14:06:21 

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 22:55:46 CST 2008.