yosys/techlibs/ecp5/abc_unmap.v

6 lines
136 B
Coq
Raw Normal View History

2019-08-20 20:59:03 -05:00
// ---------------------------------------
module \$__ABC_DPR16X4_COMB (input [3:0] A, S, output [3:0] Y);
assign Y = A;
endmodule