yosys/techlibs/ecp5/abc9_unmap.v

6 lines
145 B
Coq
Raw Normal View History

2019-08-20 20:59:03 -05:00
// ---------------------------------------
2019-12-31 20:29:29 -06:00
module \$__ABC9_DPR16X4_COMB (input [3:0] $DO, RAD, output [3:0] DO);
assign DO = $DO;
2019-08-20 20:59:03 -05:00
endmodule