X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=blobdiff_plain;f=cpu%2Fsrc%2Frs232_rx_arc.vhd;h=0a9df83efd043ea824540ad389a46121539673e5;hp=924a3ce9a6be8bc8aba7bed482f87ccfb622d05b;hb=61ccae8df4f138fd753bd1e5e7e8b8f25159d969;hpb=9a80394e66ecd36e619bbade3a3de69bcb19762b diff --git a/cpu/src/rs232_rx_arc.vhd b/cpu/src/rs232_rx_arc.vhd index 924a3ce..0a9df83 100755 --- a/cpu/src/rs232_rx_arc.vhd +++ b/cpu/src/rs232_rx_arc.vhd @@ -38,6 +38,7 @@ begin state <= IDLE; cnt <= 0; rx_data_res_int <= x"00"; + rx_data_int <= (others => '0'); baud_cnt <= (others => '0'); sync <= (others => '1');