Sign in
◑
Theme
foss-fpga-tools
/
third_party
/
Surelog
/
5116133e9d8aa43e4097998303280bdb37ca7200
/
.
/
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