Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOn/Off led
unable to turn on/off led. the component does not trigger does anyone knows why? --main file architecture Behavioral of DigitaleKlok is
component OnOff is
port (
...
Altera_Forum
Honored Contributor
14 years agois the test a testbench or a synthesisable file? either way, you're not using the correct synchronous template for the process. You have clock in the sensitivity list but you're not using it in the process. This will lead to simulation/synthesis missmatch.