]> git.the-white-hart.net Git - vhdl/commitdiff
Update UART hardware test and baud rate comment
authorRyan <>
Wed, 17 Sep 2025 20:29:54 +0000 (15:29 -0500)
committerRyan <>
Wed, 17 Sep 2025 20:29:54 +0000 (15:29 -0500)
libraries/rs232/rs232_uart_opt.vhd
libraries/rs232/tests/test_nexys2.vhd

index 27ee32a591dc74181a1fc9752201885d1c0db376..0ad215a2e3aeb5634f3c672e56083ebf59d1a801 100644 (file)
@@ -60,7 +60,7 @@
 -- +------+---------+
 -- | Baud | Divisor |
 -- +------+---------+
--- | 9600 | 0x1458  |
+-- | 9600 | 0x0146  |
 -- +------+---------+
 --
 -- Notes:
index 1c16dbafb43cd377cfc9ec5988fba57983c8fffa..87842d89c2f2a3df1267691b4dbb765afeb00849 100644 (file)
@@ -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,