Back to Design Hierarchy Report
Entity - data_crc_check
Summary
Name |
Location |
Description |
---|---|---|
data_crc_check |
Instantiations
Count: 1
Name |
Location |
Description |
Details |
---|---|---|---|
inst_data_crc_check |
Generics
Count: 0
Ports
Count: 30
Name |
Mode |
Type |
Description |
---|---|---|---|
in |
std_logic |
Global clock |
|
in |
std_logic |
Link Reset command |
|
in |
std_logic_vector ( C_DATA_LENGTH - 1 downto 0 ) |
Data parallel from data_word_id_fsm |
|
in |
std_logic_vector ( C_BYTE_BY_WORD_LENGTH - 1 downto 0 ) |
K character valid in the 32-bit DATA_DWI vector |
|
in |
std_logic |
New word Flag from data_word_id_fsm |
|
in |
std_logic |
End frame/control word from data_word_id_fsm |
|
in |
std_logic_vector ( 7 downto 0 ) |
SEQ_NUM from data_word_id_fsm |
|
in |
std_logic_vector ( 15 downto 0 ) |
16-bit CRC (data frame) from data_word_id_fsm |
|
in |
std_logic_vector ( 7 downto 0 ) |
8-bit CRC from data_word_id_fsm |
|
in |
std_logic_vector ( C_TYPE_FRAME_LENGTH - 1 downto 0 ) |
Current frame/control word type from data_word_id_fsm |
|
in |
std_logic |
Frame error flag from data_word_id_fsm |
|
in |
std_logic_vector ( C_MULT_SIZE - 1 downto 0 ) |
Multiplier value of the current FCT word |
|
in |
std_logic_vector ( C_CHANNEL_SIZE - 1 downto 0 ) |
Virtual Channel of the current FCT word |
|
in |
std_logic |
RXERR flag detection |
|
in |
std_logic |
RXERR flag detection during broadcast and data frame status |
|
in |
std_logic |
RXNOTHING state of the data_word_id_fsm flag |
|
out |
std_logic |
New word flag associated with DATA_DCCHECK |
|
out |
std_logic_vector ( C_DATA_LENGTH - 1 downto 0 ) |
Data parallel to data_seq_check |
|
out |
std_logic_vector ( C_BYTE_BY_WORD_LENGTH - 1 downto 0 ) |
K character valid in the 32-bit DATA_DCCHECK vector |
|
out |
std_logic |
End frame/control word flag |
|
out |
std_logic_vector ( C_TYPE_FRAME_LENGTH - 1 downto 0 ) |
Current frame/control word type |
|
out |
std_logic_vector ( 7 downto 0 ) |
SEQ_NUM value |
|
out |
std_logic |
CRC error flag |
|
out |
std_logic |
Frame error flag for the current frame |
|
out |
std_logic_vector ( C_MULT_SIZE - 1 downto 0 ) |
Multiplier value of the current FCT word |
|
out |
std_logic_vector ( C_CHANNEL_SIZE - 1 downto 0 ) |
Virtual Channel of the current FCT word |
|
out |
std_logic |
RXERR flag for the current frame |
|
out |
std_logic |
RXERR flag during broadcast and data frame status |
|
out |
std_logic |
CRC 16-bit error flag |
|
out |
std_logic |
CRC 8-bit error flag |