X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=blobdiff_plain;f=cpu%2Fsrc%2Fextension_uart_pkg.vhd;h=6f6580b7db8d9df6e526523c81e04e9c1a2e3587;hp=a7f14d9442c611e0b4820308107ec3409b31afba;hb=5a4ac62bf9b6861c8098e4fb9d28e19016766d04;hpb=aa7a28ef7bdf519275eb9fac26016c9a814b772a diff --git a/cpu/src/extension_uart_pkg.vhd b/cpu/src/extension_uart_pkg.vhd index a7f14d9..6f6580b 100644 --- a/cpu/src/extension_uart_pkg.vhd +++ b/cpu/src/extension_uart_pkg.vhd @@ -22,8 +22,8 @@ subtype baud_rate_l is std_logic_vector(BAUD_RATE_WIDTH-1 downto 0); --constant CLK_FREQ_MHZ : real := 33.33; --constant BAUD_RATE : integer := 115200; --constant CLK_PER_BAUD : integer := integer((CLK_FREQ_MHZ * 1000000.0) / real(BAUD_RATE) - 0.5); --- constant CLK_PER_BAUD : integer := 434; -constant CLK_PER_BAUD : integer := 2083; -- @uni, bei 20MHz und 9600 Baud + constant CLK_PER_BAUD : integer := 434; +-- constant CLK_PER_BAUD : integer := 2083; -- @uni, bei 20MHz und 9600 Baud -- constant CLK_PER_BAUD : integer := 50; -- @modelsim component extension_uart is