Forum Discussion
Altera_Forum
Honored Contributor
14 years agoneed some VHDL code help
I am trying to program my board so when you press the ARM and Launch button it will start up my motor. The code not done yet, but I am stuck on getting the counter to work. here what I have ...
Altera_Forum
Honored Contributor
14 years agoAlot of times one error can possibly be the cause of another, so its best to just tackle one at a time. For your first error, the statement q <= q+1 is missing the ; which is causing the error. Fix that, then I'm guessing the messages will be different.