Sign in
foss-fpga-tools
/
third_party
/
yosys
/
77be477736c272158b1c1016ae9384f9d8e9713b
/
.
/
techlibs
/
ecp5
/
abc9_unmap.v
blob: 9ae143c467b192fb716b035b1cf8ffff66dce336 [
file
] [
log
] [
blame
]
// ---------------------------------------
module
\$__ABC9_DPR16X4_COMB
(
input
[
3
:
0
]
A
,
S
,
output
[
3
:
0
]
Y
);
assign Y
=
A
;
endmodule