make regression expect what buildroot is actually able to reach

This commit is contained in:
bbracker 2021-10-10 13:12:36 -07:00
parent 8eff03bf1a
commit efe9f5d857

View File

@ -31,7 +31,7 @@ configs = [
TestCase( TestCase(
name="buildroot", name="buildroot",
cmd="vsim -do wally-buildroot-batch.do -c > {}", cmd="vsim -do wally-buildroot-batch.do -c > {}",
grepstr="8900000 instructions" grepstr="8500000 instructions"
), ),
TestCase( TestCase(
name="arch64", name="arch64",