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