Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNewb question- If statements
Im new to programming in VHDL and I seem to be having some difficulty with a particular set of if statements. I understand how conditional statements work, but for whatever reason Im not getting the ...
Altera_Forum
Honored Contributor
13 years agoApart from the clock enable versus "generated" clock point, your original code suffers from a rather trivial problem:
cnt:=cnt+1 is only conditionally executed. So it stops at cnt = 27000000.