mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-04 21:33:35 +00:00
3 lines
No EOL
65 B
Verilog
3 lines
No EOL
65 B
Verilog
module top(input x, output y);
|
|
top top_i(.x(x), .y(y));
|
|
endmodule |