Files
sv2v/test/core/output_implicit_tb.v

5 lines
58 B
Verilog
Raw Permalink Normal View History

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