change infrastructure to expect only 6.3 million from buildroot

This commit is contained in:
bbracker 2021-10-12 10:41:15 -07:00
parent d783acbbc5
commit 886a650da4
2 changed files with 2 additions and 2 deletions

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="8500000 instructions" grepstr="6300000 instructions"
), ),
TestCase( TestCase(
name="lints", name="lints",

View File

@ -38,7 +38,7 @@
module testbench(); module testbench();
parameter waveOnICount = `BUSYBEAR*140000 + `BUILDROOT*3100000; // # of instructions at which to turn on waves in graphical sim parameter waveOnICount = `BUSYBEAR*140000 + `BUILDROOT*6300000; // # of instructions at which to turn on waves in graphical sim
string ProgramAddrMapFile, ProgramLabelMapFile; string ProgramAddrMapFile, ProgramLabelMapFile;
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////