Sign in
foss-fpga-tools
/
third_party
/
yosys
/
4072a9666339c76fbef19eac307486d48ed0ae28
/
.
/
techlibs
/
ecp5
/
abc_unmap.v
blob: d43cdd93f119e59176b2676387f028997860e0b7 [
file
]
// ---------------------------------------
module
\$__ABC_DPR16X4_COMB
(
input
[
3
:
0
]
A
,
S
,
output
[
3
:
0
]
Y
);
assign Y
=
A
;
endmodule