mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 05:47:16 -04:00
temporary commit to help debug merging testbench.sv with testbench-imperas.sv
This commit is contained in:
parent
bd8450734b
commit
a885240fbd
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ export OTHERFLAGS="+TRACE2LOG_ENABLE=1 +TRACE2LOG_AFTER=100"
|
|||
#export OTHERFLAGS="+TRACE2LOG_ENABLE=1 +TRACE2LOG_AFTER=10500000"
|
||||
#export OTHERFLAGS=""
|
||||
|
||||
vsim -c -do "do wally.do buildroot buildroot testbench --lockstep"
|
||||
vsim -do "do wally.do buildroot buildroot testbench --lockstep +acc -GDEBUG=1"
|
||||
|
|
|
@ -97,7 +97,7 @@ module testbench;
|
|||
initial
|
||||
begin
|
||||
ResetCount = 0;
|
||||
ResetThreshold = 2;
|
||||
ResetThreshold = 21;
|
||||
InReset = 1;
|
||||
testadr = 0;
|
||||
testadrNoBase = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue