From 1522057d077ab74ea5d6aba06be641232e591867 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 31 Mar 2015 16:26:45 -0400 Subject: Fix testbench to match new file organization. --- toolruns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolruns') 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 -- cgit v1.2.3