mirror of https://github.com/zachjs/sv2v.git
6 lines
70 B
Verilog
6 lines
70 B
Verilog
|
|
module top;
|
||
|
|
wire a;
|
||
|
|
wire [1:0] b;
|
||
|
|
wire [2:0] c;
|
||
|
|
endmodule
|