Forum Discussion
Altera_Forum
Honored Contributor
14 years agoprocess error ... sensitivity list or wait statement?
HI. I am starter in vhdl. I wrote the source , but it doesn't work... Quartus said that process statement must contain either sensitivity list or wait statement:mad:.. but I can't understant wha...
Altera_Forum
Honored Contributor
14 years agoHello,
i've got a process with lots of signals in the sensitivity list, but it doesn't activate, in order to enter allways i removed the sensitivity list, and it required me the wait until, that i didn't manage it to work since it tells me to use a time clause and then (as soon as I created a time one) a boolean one, so i decided to post my code after the begin of the architecture without any process, and does not work anyway, how do you do for creating a permanent rolling process (just for debug)?