blob: d43cdd93f119e59176b2676387f028997860e0b7 [file] [log] [blame]
// ---------------------------------------
module \$__ABC_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
assign Y = A;
endmodule