or actually needed to reduce expectations of buildroot

This commit is contained in:
bbracker 2021-10-24 06:59:34 -07:00
parent d3969bb1ba
commit c0a7b12f94

View File

@ -32,7 +32,7 @@ configs = [
]
def getBuildrootTC(short):
INSTR_LIMIT = 100000 # multiple of 100000
MAX_EXPECTED = 8700000
MAX_EXPECTED = 3000000
if short:
BRcmd="vsim > {} -c <<!\ndo wally-buildroot-batch.do "+str(INSTR_LIMIT)+"\n!"
BRgrepstr=str(INSTR_LIMIT)+" instructions"