![]() |
|
|
|
#1 |
|
Hi all.
I've created some VHDL code, alla working. The problem is that when i put together two or more blocks (as components) i begin getting this error from modelsim. Cannot understand why.. I don't even know where to search the error.. i get this error also in this line if BININ(BININ'LEFT) = '1' then no assignment, just reading a value.. so, what have i to do? thanks SO much bye Massi |
|
|
|
|
#2 |
|
Posts: n/a
|
if..then..else is a sequential construct allowed only inside a prcoess
in VHDL. HTH Ajeetha, CVC www.noveldv.com Pioneering Verification! Massi wrote: > Hi all. > I've created some VHDL code, alla working. > The problem is that when i put together two or more blocks (as components) i > begin getting this error from modelsim. > Cannot understand why.. > I don't even know where to search the error.. i get this error also in this > line > > if BININ(BININ'LEFT) = '1' then > > no assignment, just reading a value.. > so, what have i to do? > > thanks SO much > bye Ajeetha (www.noveldv.com) |
|
|
|
#3 |
|
Posts: n/a
|
Ajeetha (www.noveldv.com) wrote:
> if..then..else is a sequential construct allowed only inside a prcoess > in VHDL. cannot believe that, tonight i got the solution lol i changed the if then else to a conditioned assignment signal <= this when this olse this; and all works i can just say that vhdl entered my nightmares Massi |
|
|
|
#4 |
|
Posts: n/a
|
no nightmare there, if you use
signal <= this when this olse you use concurrent assignment, it works if you use if..then..else used in a process. hope this will help Massi wrote: > Ajeetha (www.noveldv.com) wrote: > > if..then..else is a sequential construct allowed only inside a prcoess > > in VHDL. > > cannot believe that, tonight i got the solution lol > i changed the if then else to a conditioned assignment > > signal <= this when this olse > this; > > and all works > > i can just say that vhdl entered my nightmares jetq88 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Illegal Downloading causes DVD (deadly venereal disease) | charlestruman@hotmail.com | DVD Video | 1 | 10-23-2007 12:03 AM |
| Illegal Copies of Movies for Sale | dvdking@_______.com | DVD Video | 1 | 07-04-2006 05:24 AM |
| Illegal DVDs you enjoy? | Walter Traprock | DVD Video | 64 | 04-02-2006 09:06 PM |
| The Devils...what's the story on the illegal version? | Edward Holub | DVD Video | 1 | 03-24-2005 07:11 AM |
| man sentenced to jail for distributing legal dvd's legally. DVD's are ruled illegal. | Waterperson77 | DVD Video | 17 | 03-07-2004 11:54 PM |