Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi anis,
I saw your code and there are missing single cots (') in the IF statement, like "if (MC(0)= 1)", that should be "if (MC(0)= '1')" because you are comparing a bit and not an integer. Good luck!!