blob: c37f3595e019f8a58c0f833fe89cc774a53d7650 [file] [log] [blame]
`timescale 1ns/1ns
module top;
initial begin
$timeformat(-9,6,"ns",20);
$display("here");
$display("in top, time: %t",$time);
$finish;
end
endmodule