change buildroot expectations to match reality

This commit is contained in:
bbracker 2021-07-19 13:20:53 -04:00
parent 7d571f27a6
commit f31a0ded75

View File

@ -31,7 +31,7 @@ configs = [
TestCase(
name="buildroot",
cmd="vsim -do wally-buildroot-batch.do -c > {}",
grepstr="loaded 2500000 instructions"
grepstr="loaded 6000 instructions"
),
TestCase(
name="rv32ic",