Entity arith_prefix_and
Prefix AND computation:
y(i) <= '1' when x(i downto 0) = (i downto 0 => '1') else '0';
This implementation uses carry chains for wider implementations.
Name |
Type |
Default |
Description |
---|---|---|---|
N |
positive |
Name |
Type |
Direction |
Description |
---|---|---|---|
x |
std_logic_vector |
in |
|
y |
std_logic_vector |
out |
×