mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-14 09:55:37 +00:00
6 lines
99 B
Text
6 lines
99 B
Text
read_verilog <<EOT
|
|
module top(input x, output y);
|
|
top top_i(.x(x), .y(y));
|
|
endmodule
|
|
EOT
|
|
hierarchy
|