From 2702b9f001240d02da947e7bd30d28ddcf3aa53c Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Tue, 16 Apr 2024 12:10:43 -0500 Subject: [PATCH] Patch makefile in embench to use wsim. --- benchmarks/embench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/embench/Makefile b/benchmarks/embench/Makefile index d8fbddae9..b4e41ca0d 100644 --- a/benchmarks/embench/Makefile +++ b/benchmarks/embench/Makefile @@ -44,7 +44,7 @@ sim: modelsim_build_memfile modelsim_run speed # launches modelsim to simulate tests on wally modelsim_run: mkdir -p ../../sim/wkdir - (cd ../../sim/ && vsim -c -do "do wally-batch.do rv32gc embench") + (cd ../../sim/ && wsim rv32gc embench) cd ../../benchmarks/embench/ # builds the objdump based on the compiled c elf files