sv2v/test/core/time.v

4 lines
54 B
Verilog
Raw Normal View History

module top;
initial $display("Hello!");
endmodule