iverilog/ivtest/vpi/getp.v

6 lines
68 B
Verilog

module test;
initial begin
$mytest(1,9.6,3);
end
endmodule