From df1ae479e368af5065c7d45e97a2a8c9b46b7dc4 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 10 Apr 2016 13:39:39 +0200 Subject: Support mem_la interface in torture test --- scripts/torture/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/torture/Makefile') 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 -- cgit