Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI am not getting expected response in Modelsim
Dear all, Could someone please have a look at my code and say what is wrong in it. entity pinconfig is port( pins :in std_logic_vector (13 downto 0):="00000000000000"; signalsin...
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