mirror of https://github.com/YosysHQ/yosys.git
5 lines
47 B
Verilog
5 lines
47 B
Verilog
|
|
module test;
|
||
|
|
wire a;
|
||
|
|
wire b;
|
||
|
|
endmodule
|