mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-07 06:38:26 +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 |