mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
temporary commit to help debug merging testbench.sv with testbench-imperas.sv
This commit is contained in:
parent
bd8450734b
commit
a885240fbd
@ -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…
Reference in New Issue
Block a user