sv2v/test/core/output_implicit_tb.v

5 lines
58 B
Verilog
Raw Normal View History

2021-07-27 23:20:09 +02:00
module top;
wire o1, o2;
mod m(o1, o2);
endmodule