Forum Discussion
Altera_Forum
Honored Contributor
14 years agouhm, uhm
Then, instead of process(all), try to use process without a sensitivy list and simply put a "wait" statement in the end of the process. process begin case (gen_var) is ... end case; wait; end process; That said, I get the feeling there's a whole different and better aproach to what you need to do... :D