module sample(i, clk, o1, o2, o3, o4); input i, clk; output o1, o2, o3, o4; wire newNet_42040; INV_X1 newInst_42040(.A(i), .Z(newNet_42040)); INV_X1 newInst_42041(.A(newNet_42040), .Z(o1)); INV_X1 newInst_68611(.A(newNet_42040), .Z(o2)); INV_X1 newInst_71717(.A(newNet_42040), .Z(o3)); INV_X1 newInst_376148(.A(newNet_42040), .Z(o4)); endmodule