mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
change infrastructure to expect only 6.3 million from buildroot
This commit is contained in:
parent
d783acbbc5
commit
886a650da4
@ -31,7 +31,7 @@ configs = [
|
||||
TestCase(
|
||||
name="buildroot",
|
||||
cmd="vsim -do wally-buildroot-batch.do -c > {}",
|
||||
grepstr="8500000 instructions"
|
||||
grepstr="6300000 instructions"
|
||||
),
|
||||
TestCase(
|
||||
name="lints",
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
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;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user