Architectures | |
riocheck_arc | Architecture |
error detection module for RocketIOs, currently unused More... | |
Libraries | |
ieee | |
standard IEEE library | |
work | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
numeric_std | |
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, 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 | |
build_parameters | Package <build_parameters> |
daq_header | Package <daq_header> |
Ports | |
CLK | in std_logic |
RES | in std_logic |
EN | in std_logic |
DATA_IN | in std_logic_vector ( 255 downto 0 ) |
MASK_N | in std_logic_vector ( 7 downto 0 ) := ( others = > ' 1 ' ) |
ERR | out std_logic |
ERR_TYPE | out std_logic_vector ( 7 downto 0 ) |
Definition at line 40 of file riocheck.vhd.
ieee library [Library] |
numeric_std package [Package] |
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file
Definition at line 30 of file riocheck.vhd.
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 28 of file riocheck.vhd.
std_logic_arith package [Package] |
std_logic_unsigned package [Package] |
unsigned functions use ieee.std_logic_unsigned.all; operators for std_logic_vector type, see file
Definition at line 34 of file riocheck.vhd.