module top(y); output y ; wire b ; VCC global_vcc ( .P(b ) ); OBUF y_OBUF ( .I(b ), .O(y ) ); endmodule