mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
regression can overcome the fact that buildroots UART prints stuff
This commit is contained in:
parent
409a73604c
commit
3d6b422e34
@ -26,12 +26,12 @@ configs = [
|
|||||||
TestCase(
|
TestCase(
|
||||||
name="busybear",
|
name="busybear",
|
||||||
cmd="vsim -do wally-busybear-batch.do -c > {}",
|
cmd="vsim -do wally-busybear-batch.do -c > {}",
|
||||||
grepstr="# loaded 100000 instructions"
|
grepstr="loaded 100000 instructions"
|
||||||
),
|
),
|
||||||
TestCase(
|
TestCase(
|
||||||
name="buildroot",
|
name="buildroot",
|
||||||
cmd="vsim -do wally-buildroot-batch.do -c > {}",
|
cmd="vsim -do wally-buildroot-batch.do -c > {}",
|
||||||
grepstr="# loaded 2500000 instructions"
|
grepstr="loaded 2500000 instructions"
|
||||||
),
|
),
|
||||||
TestCase(
|
TestCase(
|
||||||
name="rv32ic",
|
name="rv32ic",
|
||||||
|
Loading…
Reference in New Issue
Block a user