mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
Simchecker printout fix
This commit is contained in:
parent
58aabca0aa
commit
a3f08449e2
@ -16,7 +16,7 @@ module oh_simchecker #(parameter DW = 32 // Datapath width
|
|||||||
begin
|
begin
|
||||||
diff <= 1'b1;
|
diff <= 1'b1;
|
||||||
`ifdef CFG_SIM
|
`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
|
`endif
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user