removed comment out on stop in testbench

This commit is contained in:
Kip Macsai-Goren 2023-02-22 20:47:14 -08:00
parent 4e0ada0582
commit c64723fd5a

View File

@ -362,7 +362,7 @@ logic [3:0] dummy;
errors = errors+1;
$display(" Error on test %s result %d: adr = %h sim (D$) %h sim (DTIM_SUPPORTED) = %h, signature = %h",
tests[test], i, (testadr+i)*(`XLEN/8), DCacheFlushFSM.ShadowRAM[testadr+i], sig, signature[i]);
//$stop;//***debug
$stop;//***debug
end
i = i + 1;
end