Forum Discussion
Altera_Forum
Honored Contributor
13 years agocompiling error
I have the following error when compiling with quartus II 32-bit version 1.1 build 216 11/23/2011. Error (10327): VHDL error at test_pld.VHD(354): can't determine definition of operator ""+"...
Altera_Forum
Honored Contributor
13 years agoYou are mixing types. VHDL cares about the type (integer/vector).
Try: count_b <= count_b + '1'; It should fix it.