cyclon: response \o/
[calu.git] / cpu / src / extension_uart_b.vhd
index fed29142b5851e7aa4e4f1816cf220429113d712..d00274f06631fc6a7326f71343867d4bb9d0c59e 100644 (file)
@@ -70,8 +70,7 @@ begin
    if (reset = RESET_VALUE) then
                        w1_st_co <= (others=>'0');
                        w2_uart_config(31 downto 16) <= (others=>'0');
-                       -- todo mit einer konstante versehen
-                       w2_uart_config(15 downto 0) <= std_logic_vector(unsigned(CLK_PER_BAUD));  -- x"01B2";
+                       w2_uart_config(15 downto 0) <= std_logic_vector(to_unsigned(CLK_PER_BAUD, 16)); -- x"0822"; -- x"01B2";
                        w3_uart_send <= (others=>'0');
                        w4_uart_receive <= (others=>'0');
                        tx_rdy_int <= '0';