module tmpl_0_0dataflow__neuro_0_0nrn__line__end__pull__down(in, reset_B, Isupply_vdd , out, vdd, vss); input vdd; input vss; input in; input reset_B; input Isupply_vdd ; output out; // -- signals --- wire Iinv_y ; wire Itiehi_y ; wire reset_B; wire in; wire Isupply_vdd ; wire out ; // --- instances A_2N_U_X4 Ipull_down (.n1(in), .n2(Itiehi_y ), .y(out), .vdd(vdd), .vss(vss)); TIEHI_X1 Itiehi (.y(Itiehi_y ), .vdd(vdd), .vss(vss)); A_2N_U_X4 Ipull_downR (.n1(Iinv_y ), .n2(Itiehi_y ), .y(out), .vdd(vdd), .vss(vss)); INV_X1 Iinv (.y(Iinv_y ), .a(reset_B), .vdd(vdd), .vss(vss)); endmodule