AN 1002: Sharing Platform Designer Packaged Subsystems

ID 786899
Date 10/02/2023
Public
Document Table of Contents

4.4.6. Step 4e: Setting DisplayPort IP Functionality

You can use one of the following commands to specify whether the DisplayPort IP functions as a transmitter or as a receiver:

load_component dp
            set_component_parameter_value RX_SUPPORT_DP $val
save_component  

or

load_component dp
            set_component_parameter_value TX_SUPPORT_DP $val
save_component  

These commands refer to the RX_SUPPORT_DP and TX_SUPPORT_DP Platform Designer parameter names that correspond to the Support DisplayPort sink and Support DisplayPort source parameters of the DisplayPort Intel FPGA IP. You can modify these IP parameters and view internal parameters names by following these steps:

  1. Click the IP component's name in the or Hierarchy tabs.
  2. The editable parameters appear in the Parameters tab. If the Parameters is not open, click View > Parameters to display this tab.
  • Parameters field—adjust the parameters to align with your design requirements, including changing the name of the top-level instance.
  • Component Banner—displays the hierarchical path for the component and internal names. Displays the HDL entity name and the IP file path for the selected IP component. Right-click in the banner to display internal parameter names for use with scripted flows.

You can also add lines to export the correct interfaces with the set_interface_property command, and then remove and unwanted connection with the remove_interface command.

Figure 17. Setting DisplayPort IP Functionality