From ca8529ebacafe803c11f3eab15cffdd49f990eb1 Mon Sep 17 00:00:00 2001 From: Ryan <> Date: Wed, 17 Sep 2025 15:29:54 -0500 Subject: [PATCH] Update UART hardware test and baud rate comment --- libraries/rs232/rs232_uart_opt.vhd | 2 +- libraries/rs232/tests/test_nexys2.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/rs232/rs232_uart_opt.vhd b/libraries/rs232/rs232_uart_opt.vhd index 27ee32a..0ad215a 100644 --- a/libraries/rs232/rs232_uart_opt.vhd +++ b/libraries/rs232/rs232_uart_opt.vhd @@ -60,7 +60,7 @@ -- +------+---------+ -- | Baud | Divisor | -- +------+---------+ --- | 9600 | 0x1458 | +-- | 9600 | 0x0146 | -- +------+---------+ -- -- Notes: diff --git a/libraries/rs232/tests/test_nexys2.vhd b/libraries/rs232/tests/test_nexys2.vhd index 1c16dba..87842d8 100644 --- a/libraries/rs232/tests/test_nexys2.vhd +++ b/libraries/rs232/tests/test_nexys2.vhd @@ -35,7 +35,7 @@ architecture behavioral of test_nexys2 is begin - e_uut: entity work.rs232_uart + e_uut: entity work.rs232_uart_opt port map ( rst_i => rst, clk_i => clk, -- 2.43.0