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;
27
27
use IEEE.STD_LOGIC_1164.ALL ;
28
28
use IEEE.NUMERIC_STD.ALL ;
29
29
30
- entity UART_LOOPBACK_TESTBENCH is
31
- end UART_LOOPBACK_TESTBENCH ;
30
+ entity UART_LOOPBACK_TB is
31
+ end UART_LOOPBACK_TB ;
32
32
33
- architecture FULL of UART_LOOPBACK_TESTBENCH is
33
+ architecture FULL of UART_LOOPBACK_TB is
34
34
35
35
signal CLK : std_logic := '0' ;
36
36
signal RST_N : std_logic := '0' ;
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ library IEEE;
27
27
use IEEE.STD_LOGIC_1164.ALL ;
28
28
use IEEE.NUMERIC_STD.ALL ;
29
29
30
- entity UART_FIFO_TESTBENCH is
31
- end UART_FIFO_TESTBENCH ;
30
+ entity UART_FIFO_TB is
31
+ end UART_FIFO_TB ;
32
32
33
- architecture FULL of UART_FIFO_TESTBENCH is
33
+ architecture FULL of UART_FIFO_TB is
34
34
35
35
signal CLK : std_logic := '0' ;
36
36
signal RST : std_logic := '0' ;
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ library IEEE;
27
27
use IEEE.STD_LOGIC_1164.ALL ;
28
28
use IEEE.NUMERIC_STD.ALL ;
29
29
30
- entity UART_TESTBENCH is
31
- end UART_TESTBENCH ;
30
+ entity UART_TB is
31
+ end UART_TB ;
32
32
33
- architecture FULL of UART_TESTBENCH is
33
+ architecture FULL of UART_TB is
34
34
35
35
signal CLK : std_logic := '0' ;
36
36
signal RST : std_logic := '0' ;
You can’t perform that action at this time.
0 commit comments