comparator4 Entity Reference
4-Input greatest value selector
More...
List of all members.
|
Architectures |
comparator4_arc | Architecture |
| 4-Input greatest value selector More...
|
Libraries |
ieee | |
| standard IEEE library
|
unisim | |
| Library with Xilinx primitives.
|
Packages |
std_logic_1164 | |
| std_logic definitions, see file
|
std_logic_arith | |
| arithmetic operations on std_logic datatypes, see file
|
std_logic_unsigned | |
| unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
|
vcomponents | |
| Header with Xilinx primitives.
|
Ports |
CLK | in |
| Clock.
|
SA | in |
| Status Bit Input A.
|
SB | in |
| Status Bit Input B.
|
SC | in |
| Status Bit Input C.
|
SD | in |
| Status Bit Input D.
|
A | in ( 5 downto 0 ) |
| Input A.
|
B | in ( 5 downto 0 ) |
| Input B.
|
C | in ( 5 downto 0 ) |
| Input C.
|
D | in ( 5 downto 0 ) |
| Input D.
|
SY | out |
| Output status flag.
|
Y | out ( 5 downto 0 ) |
| Output = greatest Input value.
|
Detailed Description
4-Input greatest value selector
Pipelined comparator module to determine the greatest value of four 6-bit input values with an additional enable bit per input.
Definition at line 40 of file comparator4.vhd.
Member Data Documentation
A in ( 5 downto 0 ) [Port] |
B in ( 5 downto 0 ) [Port] |
C in ( 5 downto 0 ) [Port] |
D in ( 5 downto 0 ) [Port] |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 30 of file comparator4.vhd.
Y out ( 5 downto 0 ) [Port] |
The documentation for this class was generated from the following file: