aboutsummaryrefslogtreecommitdiffstats
path: root/dhrystone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dhrystone/Makefile')
-rw-r--r--dhrystone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhrystone/Makefile b/dhrystone/Makefile
index e66f313..4dc0361 100644
--- a/dhrystone/Makefile
+++ b/dhrystone/Makefile
@@ -13,6 +13,10 @@ endif
test: testbench.vvp dhry.hex
vvp -N testbench.vvp
+test_trace: testbench.vvp dhry.hex
+ vvp -N $< +trace
+ python3 ../showtrace.py testbench.trace dhry.elf > testbench.ins
+
test_nola: testbench_nola.vvp dhry.hex
vvp -N testbench_nola.vvp