Forum Discussion
Altera_Forum
Honored Contributor
12 years agoUART and MODELSIM ALTERA (code attached)
Hi dears. I am trying to use a (slightly) modified version of the UART explained in a tutorial I've found, after reading some theory about. There is one UART entity which has two c...
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.