Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIn resume, why the en_mod is not changing again to '0' in uart_rx when the start bit is detected ?
case state_reg is when idle => if (rx = '0') then state_next <= start; en_mod_reset <= '0'; -- mod 27 set, counting. s_next <= (others => '0'); end if; Thanks.