sv2v/test/core/interface_similar.v

4 lines
64 B
Verilog

module top;
initial $display("Module1 P=%0d", 5);
endmodule