Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCan someone please help me get this to compile
I can get this to compile and ive been at it for two days I dont get it Can someone please help me to find why it wont compile. The issue seems to be from the top If condition that uses ...
Altera_Forum
Honored Contributor
14 years agoOne problem is you are assigning values to A_reg and SIGNAL_reg in multiple always blocks.
You can use signals in different always blocks but you should always assign them in only one always block. Hope this helps Pete