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