regression can overcome the fact that buildroots UART prints stuff

This commit is contained in:
bbracker 2021-06-24 02:00:01 -04:00
parent 409a73604c
commit 3d6b422e34

View File

@ -26,12 +26,12 @@ configs = [
TestCase(
name="busybear",
cmd="vsim -do wally-busybear-batch.do -c > {}",
grepstr="# loaded 100000 instructions"
grepstr="loaded 100000 instructions"
),
TestCase(
name="buildroot",
cmd="vsim -do wally-buildroot-batch.do -c > {}",
grepstr="# loaded 2500000 instructions"
grepstr="loaded 2500000 instructions"
),
TestCase(
name="rv32ic",