aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/abc_unmap.v
blob: d43cdd93f119e59176b2676387f028997860e0b7 (plain)
1
2
3
4
5
// ---------------------------------------

module \$__ABC_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
    assign Y = A;
endmodule