6 lines
68 B
Coq
6 lines
68 B
Coq
|
|
module test;
|
||
|
|
initial begin
|
||
|
|
$mytest(1,9.6,3);
|
||
|
|
end
|
||
|
|
endmodule
|