From 11956d0661f59951e9406b4734524cef6be0f18d Mon Sep 17 00:00:00 2001 From: slmnemo Date: Wed, 29 Jun 2022 13:40:11 -0700 Subject: [PATCH] ./regression-wally -buildroot or ./regression-wally -all now builds Linux from instruction 0 instead of trying to reach instruction 246000000 --- pipelined/regression/regression-wally | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 07058241d..821246a5f 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -44,16 +44,18 @@ configs = [ grepstr="All lints run with no errors or warnings" ) ] -def getBuildrootTC(short): +def getBuildrootTC(boot): INSTR_LIMIT = 4000000 # multiple of 100000; 4M is interesting because it gets into the kernel and enabling VM MAX_EXPECTED = 246000000 # *** TODO: replace this with a search for the login prompt. - if short: + if boot: + name="buildrootboot" + BRcmd="vsim > {} -c < {} -c < {} -c <