Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
a50fc0da15e88d7b685f92dc843d3d71b716c8a4
/
.
/
src
/
Testcases
/
Icarus
/
ivltests
/
pr530b.v
blob: c37f3595e019f8a58c0f833fe89cc774a53d7650 [
file
]
`timescale 1ns/1ns
module top;
initial begin
$timeformat(-9,6,"ns",20);
$display("here");
$display("in top, time: %t",$time);
$finish;
end
endmodule