diff options
| author | 2022-07-21 03:01:58 -0400 | |
|---|---|---|
| committer | 2022-07-21 03:01:58 -0400 | |
| commit | d8b011110ad743771183ca7489401c11fe801e4f (patch) | |
| tree | b358e8698f50cc0a9de4243ef1a6bbd4d0138311 /tests/run_mode.makefile | |
| parent | add gitignore (diff) | |
successfully test mode01, add Makefile
Diffstat (limited to 'tests/run_mode.makefile')
| -rw-r--r-- | tests/run_mode.makefile | 2 |
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} |
