3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 20:18:20 +00:00
yosys/techlibs/ecp5/abc_unmap.v
2019-08-20 19:20:17 -07:00

6 lines
136 B
Verilog

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