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