Create branch log by default for embench make run

This commit is contained in:
Jordan Carlin 2025-04-15 01:01:21 -07:00
parent c208f8a4dd
commit 701c0d09c6
No known key found for this signature in database

View file

@ -43,10 +43,7 @@ sim: sim_build_memfile sim_run speed
# launches sim to simulate tests on wally
sim_run:
wsim rv32gc embench
#mkdir -p ../../sim/wkdir
#(cd ../../sim/ && wsim rv32gc embench)
#cd ../../benchmarks/embench/
wsim rv32gc embench --params "BPRED_LOGGER=1\'b1"
# builds the objdump based on the compiled c elf files
objdump: