1
0
mirror of https://github.com/openhwgroup/cvw synced 2025-02-11 06:05:49 +00:00

rollback regression to 400k instrs for busybear

This commit is contained in:
Noah Boorstin 2021-04-29 20:59:30 -04:00
parent 830787e3e1
commit c9fcd3405d

View File

@ -19,7 +19,7 @@ configs = [
Config( Config(
name="busybear", name="busybear",
cmd="vsim -do wally-busybear-batch.do -c > {}", cmd="vsim -do wally-busybear-batch.do -c > {}",
grepstr="# loaded 800000 instructions" grepstr="# loaded 40000 instructions"
), ),
Config( Config(
name="buildroot", name="buildroot",