Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
a50fc0da15e88d7b685f92dc843d3d71b716c8a4
/
.
/
src
/
Testcases
/
Icarus
/
vpi
/
timescale.v
blob: 36d6f681ab3a6bb387b675c822545b3c6d4f6815 [
file
] [
log
] [
blame
]
`timescale 1us / 1ns
module usns;
initial begin
#123;
$mytest;
end
endmodule
`
timescale
1ns
/
1ns
module
nsns
;
initial
begin
#456;
$mytest
;
end
endmodule