module tmpl_0_0dataflow__neuro_0_0sigbuf_326_4(in, Iout0 , vdd, vss); input vdd; input vss; input in; // -- signals --- output Iout0 ; wire in; // --- instances BUF_X8 Ibuf8 (.y(Iout0 ), .a(in), .vdd(vdd), .vss(vss)); endmodule