[source]

Entity arith_prefix_or

Nx[N - 1 downto 0]std_logic_vectorystd_logic_vector[N - 1 downto 0]

Block Diagram of arith_prefix_or

Prefix OR computation: y(i) <= '0' when x(i downto 0) = (i downto 0 => '0') else '1'; This implementation uses carry chains for wider implementations.

Generics

Name

Type

Default

Description

N

positive

Ports

Name

Type

Direction

Description

x

std_logic_vector

in

y

std_logic_vector

out