File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ library IEEE;
2727use IEEE.STD_LOGIC_1164.ALL ;
2828use IEEE.NUMERIC_STD.ALL ;
2929
30- entity UART_LOOPBACK_TESTBENCH is
31- end UART_LOOPBACK_TESTBENCH ;
30+ entity UART_LOOPBACK_TB is
31+ end UART_LOOPBACK_TB ;
3232
33- architecture FULL of UART_LOOPBACK_TESTBENCH is
33+ architecture FULL of UART_LOOPBACK_TB is
3434
3535 signal CLK : std_logic := '0' ;
3636 signal RST_N : std_logic := '0' ;
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ library IEEE;
2727use IEEE.STD_LOGIC_1164.ALL ;
2828use IEEE.NUMERIC_STD.ALL ;
2929
30- entity UART_FIFO_TESTBENCH is
31- end UART_FIFO_TESTBENCH ;
30+ entity UART_FIFO_TB is
31+ end UART_FIFO_TB ;
3232
33- architecture FULL of UART_FIFO_TESTBENCH is
33+ architecture FULL of UART_FIFO_TB is
3434
3535 signal CLK : std_logic := '0' ;
3636 signal RST : std_logic := '0' ;
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ library IEEE;
2727use IEEE.STD_LOGIC_1164.ALL ;
2828use IEEE.NUMERIC_STD.ALL ;
2929
30- entity UART_TESTBENCH is
31- end UART_TESTBENCH ;
30+ entity UART_TB is
31+ end UART_TB ;
3232
33- architecture FULL of UART_TESTBENCH is
33+ architecture FULL of UART_TB is
3434
3535 signal CLK : std_logic := '0' ;
3636 signal RST : std_logic := '0' ;
You can’t perform that action at this time.
0 commit comments