piston/packages/iverilog/11.0.0/test.verilog

7 lines
90 B
Text

module hello;
initial
begin
$display("OK");
$finish ;
end
endmodule