sv2v/test/core/output_implicit_tb.v

5 lines
58 B
Verilog

module top;
wire o1, o2;
mod m(o1, o2);
endmodule