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