mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed recurrent issue with testbench where it would never stop
This commit is contained in:
parent
92d9687ded
commit
8c3d7b404b
@ -666,7 +666,7 @@ module testbench;
|
|||||||
// turn on waves
|
// turn on waves
|
||||||
if (AttemptedInstructionCount == INSTR_WAVEON) $stop;
|
if (AttemptedInstructionCount == INSTR_WAVEON) $stop;
|
||||||
// end sim
|
// end sim
|
||||||
if ((AttemptedInstructionCount == INSTR_LIMIT) & (INSTR_LIMIT!=0)) $stop;
|
if ((AttemptedInstructionCount == INSTR_LIMIT) & (INSTR_LIMIT!=0)) begin $stop; $stop; end
|
||||||
fault = 0;
|
fault = 0;
|
||||||
if (`DEBUG_TRACE >= 1) begin
|
if (`DEBUG_TRACE >= 1) begin
|
||||||
`checkEQ("PCW",PCW,ExpectedPCW)
|
`checkEQ("PCW",PCW,ExpectedPCW)
|
||||||
|
Loading…
Reference in New Issue
Block a user