Merge remote-tracking branch 'origin/master' into xc7dsp
[yosys.git] / techlibs / ecp5 / abc_unmap.v
1 // ---------------------------------------
2
3 module \$__ABC_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
4 assign Y = A;
5 endmodule