From bb8587e06f70d864c9d51ebd73e2321e188c3e29 Mon Sep 17 00:00:00 2001 From: Skylar Litz Date: Sat, 26 Mar 2022 21:28:32 +0000 Subject: [PATCH] update to match new filesystem organization --- pipelined/regression/buildrootBugFinder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelined/regression/buildrootBugFinder.py b/pipelined/regression/buildrootBugFinder.py index b6639e714..89a838d2f 100755 --- a/pipelined/regression/buildrootBugFinder.py +++ b/pipelined/regression/buildrootBugFinder.py @@ -4,7 +4,7 @@ import sys, os, subprocess def main(): maxGoodCount = 400e6 # num instrs that execute sucessfully starting from 0 currInstrCount = maxGoodCount - linuxTestvectors = "../../tests/linux-testgen/linux-testvectors" + linuxTestvectors = "/opt/riscv/linux-testvectors" if not os.path.exists(linuxTestvectors): sys.stderr.write("Error: Linux testvectors not found at "+linuxTestvectors+"\n") exit(1) @@ -22,7 +22,7 @@ def main(): break checkpoint = checkpointList[0] logFile = logDir+"checkpoint"+str(checkpoint)+".log" - runCommand="{\nvsim -c <