module tmpl_0_0dataflow__neuro_0_0sigbuf_312_4(in, Iout0 , vdd, vss); input vdd; input vss; input in; // -- signals --- wire in; output Iout0 ; // --- instances BUF_X4 Ibuf4 (.y(Iout0 ), .a(in), .vdd(vdd), .vss(vss)); endmodule