module top(input x, output y); top top_i(.x(x), .y(y)); endmodule