From 7c3ad29b6f9c582c6fcb2e1c4701ad22a751c4b1 Mon Sep 17 00:00:00 2001 From: Manfred Date: Sun, 9 Jan 2011 13:33:44 +0100 Subject: [PATCH] uart minifix bei baudrate --- cpu/src/extension_uart_b.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/src/extension_uart_b.vhd b/cpu/src/extension_uart_b.vhd index 6611275..fed2914 100644 --- a/cpu/src/extension_uart_b.vhd +++ b/cpu/src/extension_uart_b.vhd @@ -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'; -- 2.25.1