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:
parent
58aabca0aa
commit
a3f08449e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user