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