Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYou should check all assignments to the signals marked in the error message. You'll usually find constructs that aren't synthesizable VHDL code, e. g. an asynchronus assignment acting in parallel to a clock synchronous assignment within the same process.