Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSo it won't work if i do this:
case cnt => when (>= 80) => leds <= "0001"; if(cnt > 90) leds <= "0011"; end if; when(...) end caseSo it won't work if i do this:
case cnt => when (>= 80) => leds <= "0001"; if(cnt > 90) leds <= "0011"; end if; when(...) end case