aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/torture/test.sh
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-10 13:39:39 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-10 13:42:20 +0200
commitdf1ae479e368af5065c7d45e97a2a8c9b46b7dc4 (patch)
treeb5fc850269eda71b25e96358524fc93ab3ef1c64 /scripts/torture/test.sh
parentfce9656604316712df0b0ab87f6cd0ba708aa68c (diff)
downloadpicorv32-df1ae479e368af5065c7d45e97a2a8c9b46b7dc4.tar.gz
picorv32-df1ae479e368af5065c7d45e97a2a8c9b46b7dc4.zip
Support mem_la interface in torture test
Diffstat (limited to 'scripts/torture/test.sh')
-rw-r--r--scripts/torture/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/torture/test.sh b/scripts/torture/test.sh
index c385616..aa31fea 100644
--- a/scripts/torture/test.sh
+++ b/scripts/torture/test.sh
@@ -24,5 +24,5 @@ python3 ../../firmware/makehex.py test.bin 4096 > test.hex
## Run test
iverilog -o test.vvp testbench.v ../../picorv32.v
-vvp test.vvp +hex=test.hex +ref=test.ref
+vvp test.vvp +vcd +hex=test.hex +ref=test.ref