aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run_mode.makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-07-21 03:01:58 -0400
committerGravatar Peter McGoron 2022-07-21 03:01:58 -0400
commitd8b011110ad743771183ca7489401c11fe801e4f (patch)
treeb358e8698f50cc0a9de4243ef1a6bbd4d0138311 /tests/run_mode.makefile
parentadd gitignore (diff)
successfully test mode01, add Makefile
Diffstat (limited to 'tests/run_mode.makefile')
-rw-r--r--tests/run_mode.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_mode.makefile b/tests/run_mode.makefile
index 31b6644..b03da8e 100644
--- a/tests/run_mode.makefile
+++ b/tests/run_mode.makefile
@@ -12,7 +12,7 @@ WAVEFILE=${TESTBENCH_BASE}.vcd
FILES=${TESTBENCH_BASE}.v ${AUXFILES} ${CPP_TESTBENCH}
all: obj_dir/V${TESTBENCH_BASE}
- ./obj_dir/V${TESTBENCH_BASE} && gtkwave ${WAVEFILE}
+ ./obj_dir/V${TESTBENCH_BASE}
obj_dir/V${TESTBENCH_BASE}.mk: ${FILES}
verilator -CFLAGS -Wall -Wno-unused -Wpedantic --trace --cc --exe ${FILES} --top ${TESTBENCH_BASE}