Forum Discussion
Altera_Forum
Honored Contributor
14 years agoProblem with Always block
I have an Always block that is supposed to run when variable a assigned to 1. But it actually runs anytime when synthesising in Quartus. Can anyone help me resolve it? :confused:
module mai...
Altera_Forum
Honored Contributor
14 years agoLook you should keep in mind that a hardware is static and concurrent.
You cant instantiate a logic dependent on a variable signal, that not the correct way. Think over your logic , learn about generate block. Good luck