[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)
# Entity - data_err_management
## Summary
| Name | Location | Description |
| --- | --- | --- |
|data_err_management|data_err_management.vhd#32||
## Instantiations
Count: 1
| Name | Location | Description | Details |
| --- | --- | --- | :---: |
| inst_data_err_management | data_link.vhd#980 | | [
](module_13/instantiation_1.md) |
## Generics
Count: 0
## Ports
Count: 19
| Name | Mode | Type | Description |
| --- | --- | --- | --- |
|CLK|in|std_logic|Global Clock|
|LINK_RESET_DLRE|in|std_logic|Link Reset command|
|LINK_RESET_DERRM|out|std_logic|Link Reset request|
|TYPE_FRAME_DSCHECK|in|std_logic_vector ( 3 downto 0 )|Current frame/control word type from data_seq_check|
|END_FRAME_DSCHECK|in|std_logic|End flag of the current frame/control word from data_seq_check|
|SEQ_ERR_DSCHECK|in|std_logic|SEQ_NUM error for the current frame/control word from data_seq_check|
|SEQ_NUM_ACK_DSCHECK|in|std_logic_vector ( 6 downto 0 )|SEQ_NUM ACK value from data_seq_check|
|FAR_END_RPF_DSCHECK|in|std_logic|Far-end RPF flag|
|NEAR_END_RPF_DERRM|out|std_logic|Near-end RPF flag|
|CRC_ERR_DSCHECK|in|std_logic|CRC error flag for the current frame/control word from data_seq_check|
|FRAME_ERR_DSCHECK|in|std_logic|Frame error flag for the current frame/control word from data_seq_check|
|RXERR_DSCHECK|in|std_logic|Receive error flag from data_word_interface|
|REQ_ACK_DERRM|out|std_logic|ACK request to data_mac|
|REQ_NACK_DERRM|out|std_logic|NACK request to data_mac|
|TRANS_POL_FLG_DERRM|out|std_logic|Transmission polarity flag to data_mac|
|SEQ_NUM_ACK_DERRM|out|std_logic_vector ( 7 downto 0 )|SEQ_NUM ACK value to data_mac|
|REQ_ACK_DONE_DMAC|in|std_logic|Acknowledge done signal from data_mac|
|NACK_RST_EN_MIB|in|std_logic|Enable automatic link reset on NACK reception|
|NACK_RST_MODE_MIB|in|std_logic|Up for instant link reset on NACK reception, down for link reset at the end of the current received frame on NACK reception|
[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)