Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
3f4e38faba84ce292e5f05601b70dd598f686411
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
ivltests
/
pr530a.v
blob: 0c86bff7d461b54f5c1dd49e89df2cdb0d01032b [
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