module tmpl_0_0dataflow__neuro_0_0sigbuf_347_4(in, Iout0 , vdd, vss); input vdd; input vss; input in; // -- signals --- output Iout0 ; wire in; // --- instances BUF_X12 Ibuf12 (.y(Iout0 ), .a(in), .vdd(vdd), .vss(vss)); endmodule