Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main

This commit is contained in:
Ross Thompson 2021-07-19 12:32:35 -05:00
commit 9f76e1d64d

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",