Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi Sasi,
Your simulation is not acting as you would expect from your source code. This is a clear hint for missing signals in a process sensitivity list. After a brief look on your posted code, your second and third process is missing "case_config" in its process sensitivity list. If you have a look at the synthesis report, you should find a warning about missing signals in the sensitivity list as well. Best, Jusuf