diff options
Diffstat (limited to 'toolruns')
-rwxr-xr-x | toolruns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolruns/Makefile b/toolruns/Makefile index f088e86..ea463fd 100755 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -36,7 +36,7 @@ # #=================================================================== -UART_SRC=../src/rtl/uart.v ../src/rtl/uart_core.v +UART_SRC=../src/rtl/uart_core.v UART_TB_SRC=../src/tb/tb_uart.v CC=iverilog |