mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-05 19:36:55 +02:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
read_verilog <<EOT
|
|
module top(input x, output y);
|
|
top top_i(.x(x), .y(y));
|
|
endmodule
|
|
EOT
|
|
hierarchy
|