[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)
# Entity - data_seq_compute ## Summary | Name | Location | Description | | --- | --- | --- | |data_seq_compute|data_seq_compute.vhd#32|| ## Instantiations Count: 1 | Name | Location | Description | Details | | --- | --- | --- | :---: | | inst_data_seq_compute | data_link.vhd#1138 | | [View Instantiation Details](module_22/instantiation_1.md) | ## Generics Count: 0 ## Ports Count: 16 | Name | Mode | Type | Description | | --- | --- | --- | --- | |CLK|in|std_logic|Clock generated by GTY IP| |LINK_RESET_DLRE|in|std_logic|Link Reset command| |LANE_ACTIVE_PPL|in|std_logic|Lane Active flag for the DATA Link Layer| |NEW_WORD_DENC|in|std_logic|New word flag associated with DATA_DENC| |DATA_DENC|in|std_logic_vector ( C_DATA_LENGTH - 1 downto 0 )|Data parallel from data_encapsulation| |VALID_K_CHARAC_DENC|in|std_logic_vector ( C_BYTE_BY_WORD_LENGTH - 1 downto 0 )|K charachter valid in the 32-bit DATA_DENC vector| |TYPE_FRAME_DENC|in|std_logic_vector ( C_TYPE_FRAME_LENGTH - 1 downto 0 )|Type of the frame associated with DATA_DENC| |END_FRAME_DENC|in|std_logic|End frame/control word associated with DATA_DENC| |SEQ_NUM_ACK_DENC|in|std_logic_vector ( 7 downto 0 )|SEQ_NUM ACK value| |TRANS_POL_FLG_DENC|in|std_logic|Transmission polarity flag| |NEW_WORD_DSCOM|out|std_logic|New word flag associated with DATA_DSCOM| |DATA_DSCOM|out|std_logic_vector ( C_DATA_LENGTH - 1 downto 0 )|Data parallel to data_encapsulation| |VALID_K_CHARAC_DSCOM|out|std_logic_vector ( C_BYTE_BY_WORD_LENGTH - 1 downto 0 )|K charachter valid in the 32-bit DATA_DSCOM vector| |TYPE_FRAME_DSCOM|out|std_logic_vector ( C_TYPE_FRAME_LENGTH - 1 downto 0 )|Type of the frame associated with DATA_DSCOM| |END_FRAME_DSCOM|out|std_logic|End frame/control word associated with DATA_DSCOM| |SEQ_NUM_DSCOM|out|std_logic_vector ( 7 downto 0 )|Current SEQ_NUM value|
[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)