Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThere might be problem in this code (possibly typing error) since the process is active only when reset = '1'.
add else after it: if reset = '1' then .... .... elseThere might be problem in this code (possibly typing error) since the process is active only when reset = '1'.
add else after it: if reset = '1' then .... .... else