Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
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