Forum Discussion
Altera_Forum
Honored Contributor
12 years agosorry, second process is:
process begin if count = 255 then flag <= '1'; else flag = '0'; end if; end;sorry, second process is:
process begin if count = 255 then flag <= '1'; else flag = '0'; end if; end;