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