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