Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIn your code, you have connected en_mod to en_mod_reset inside a process, so according to your code it will only change the value when state_reg, s_reg, n_reg, b_reg, s_tick, rx change. You should move the assignment outside of the process.