aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/torture/Makefile
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/Makefile
parentfce9656604316712df0b0ab87f6cd0ba708aa68c (diff)
downloadpicorv32-df1ae479e368af5065c7d45e97a2a8c9b46b7dc4.tar.gz
picorv32-df1ae479e368af5065c7d45e97a2a8c9b46b7dc4.zip
Support mem_la interface in torture test
Diffstat (limited to 'scripts/torture/Makefile')
-rw-r--r--scripts/torture/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/torture/Makefile b/scripts/torture/Makefile
index 38051f0..946efdd 100644
--- a/scripts/torture/Makefile
+++ b/scripts/torture/Makefile
@@ -82,7 +82,7 @@ loop:
clean:
rm -rf riscv-torture riscv-fesvr riscv-isa-sim tests obj_dir
- rm -f test.S test.elf test.bin test.hex test.ref test.vvp
+ rm -f test.S test.elf test.bin test.hex test.ref test.vvp test.vcd
.PHONY: test batch loop clean