[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)
# Entity - data_desencapsulation ## Summary | Name | Location | Description | | --- | --- | --- | |data_desencapsulation|data_desencapsulation.vhd#32|| ## Instantiations Count: 1 | Name | Location | Description | Details | | --- | --- | --- | :---: | | inst_data_desencapsulation | data_link.vhd#824 | | [View Instantiation Details](module_10/instantiation_1.md) | ## Generics Count: 1 | Name | Type | Default value | Description | | --- | --- | --- | --- | |G_VC_NUM|integer|8|Number of virtual channels| ## Ports Count: 7 | Name | Mode | Type | Description | | --- | --- | --- | --- | |CLK|in|std_logic|Global Clock| |LINK_RESET_DLRE|in|std_logic|Link Reset command| |DATA_DMBUF|in|std_logic_vector ( C_DATA_K_WIDTH - 1 downto 0 )|Data parallel (K character + DATA) from data_mid_buffer| |DATA_RD_DDES|out|std_logic|Read command| |DATA_VALID_DMBUF|in|std_logic|Data valid flag associated with DATA_DMBUF| |DATA_DDES|out|vc_data_k_array ( G_VC_NUM - 1 downto 0 )|Data parallel (K character + DATA) to each data_in_buf (1 per VC)| |DATA_EN_DDES|out|std_logic_vector ( G_VC_NUM - 1 downto 0 )|Data valid flag associated with DATA_DDES|
[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)