1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

Simchecker printout fix

This commit is contained in:
Andreas.Olofsson 2020-09-26 12:32:38 -04:00
parent 58aabca0aa
commit a3f08449e2

View File

@ -16,7 +16,7 @@ module oh_simchecker #(parameter DW = 32 // Datapath width
begin
diff <= 1'b1;
`ifdef CFG_SIM
$display("ERROR(%0t): result=%h reference=%h", $time, result, reference);
$display("ERROR(%0t): result= %d(%h) reference= %d(%h)", $time, result,result, reference, reference);
`endif
end
else