6 lines
70 B
Coq
6 lines
70 B
Coq
|
|
module top;
|
||
|
|
initial begin
|
||
|
|
$display("PASSED");
|
||
|
|
end;
|
||
|
|
endmodule;
|