[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)
# Entity - data_desencapsulation_bc
## Summary
| Name | Location | Description |
| --- | --- | --- |
|data_desencapsulation_bc|data_desencapsulation_bc.vhd#32||
## Instantiations
Count: 1
| Name | Location | Description | Details |
| --- | --- | --- | :---: |
| inst_data_desencapsulation_bc | data_link.vhd#765 | | [
](module_11/instantiation_1.md) |
## Generics
Count: 0
## Ports
Count: 7
| Name | Mode | Type | Description |
| --- | --- | --- | --- |
|CLK|in|std_logic|Global Clock|
|LINK_RESET_DLRE|in|std_logic|Link Reset command|
|DATA_DMBUFBC|in|std_logic_vector ( C_DATA_K_WIDTH - 1 downto 0 )|Data parallel (K character + DATA) from data_mid_buffer_bc|
|DATA_RD_DDESBC|out|std_logic|Read command|
|DATA_VALID_DMBUFBC|in|std_logic|Data valid flag associated with DATA_DMBUFBC|
|DATA_DDESBC|out|std_logic_vector ( C_DATA_K_WIDTH - 1 downto 0 )|Data parallel (K character + DATA) to data_in_bc_buf (BRODACST channel)|
|DATA_EN_DDESBC|out|std_logic|Data valid flag associated with DATA_DDESBC|
[Back to Design Hierarchy Report](../design_hierarchy.md#vhdl-entities)