uart minifix bei baudrate
authorManfred <xzarion@l0725898.(none)>
Sun, 9 Jan 2011 12:33:44 +0000 (13:33 +0100)
committerManfred <xzarion@l0725898.(none)>
Sun, 9 Jan 2011 12:33:44 +0000 (13:33 +0100)
cpu/src/extension_uart_b.vhd

index 66112759340f978bfaedab5dbe7e38e21697c0d9..fed29142b5851e7aa4e4f1816cf220429113d712 100644 (file)
@@ -71,7 +71,7 @@ begin
                        w1_st_co <= (others=>'0');
                        w2_uart_config(31 downto 16) <= (others=>'0');
                        -- todo mit einer konstante versehen
-                       w2_uart_config(15 downto 0) <= x"01B2";
+                       w2_uart_config(15 downto 0) <= std_logic_vector(unsigned(CLK_PER_BAUD));  -- x"01B2";
                        w3_uart_send <= (others=>'0');
                        w4_uart_receive <= (others=>'0');
                        tx_rdy_int <= '0';