diff options
author | Paul Selkirk <paul@psgd.org> | 2015-03-31 16:26:45 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-03-31 16:26:45 -0400 |
commit | 1522057d077ab74ea5d6aba06be641232e591867 (patch) | |
tree | 045fee4ceb6893c3f11427f9fd9c5d2879034bb6 /toolruns/Makefile | |
parent | a1fa96f258c8ef6e9046bd28fc11cf088d00e791 (diff) |
Fix testbench to match new file organization.
Diffstat (limited to 'toolruns/Makefile')
-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 |