yosys/tests/various/hierarchy_recursive.ys

7 lines
99 B
Plaintext

read_verilog <<EOT
module top(input x, output y);
top top_i(.x(x), .y(y));
endmodule
EOT
hierarchy