Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
2b38692156ff2742b1c4c94d3b93df97f2145e0c
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
vpi
/
getp.v
blob: 6c5a351b27d3d2cef5a13bd7d7219f246ecb57d9 [
file
]
module
test
;
initial
begin
$mytest
(
1
,
9.6
,
3
);
end
endmodule