DisplayPort Intel® Arria 10 FPGA IP Design Example User Guide

ID 683050
Date 11/12/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.4. Creating RX-Only or TX-Only Designs

For advanced users, you can use the DisplayPort design to create a TX- or RX-only design.
Figure 9. Components Required for RX-Only or TX-Only Design
To use RX- or TX-only components:
  • Remove the irrelevant blocks from the design.
  • Edit the config.h file in the software folder to specify if DP_SUPPORT_RX and DP_SUPPORT_TX is 1 or 0. The default setting for both parameters is 1.
    • For TX-only design, set DP_SUPPORT_RX and BITEC_RX_GPUMODE to 0.
    • For RX-only design, set DP_SUPPORT_TX to 0.
Table 10.  RX-Only and TX-Only Design Requirements
User Requirement Preserve Remove Add
DisplayPort RX Only RX PHY Top;

Core System consists of:

  • RX sub-system
  • CPU sub-system
  • TX Top
  • PCR (if not needed)
  • Transceiver Arbiter

DisplayPort TX Only TX PHY Top;

Core System consists of:

  • TX sub-system
  • CPU sub-system
  • RX Top
  • PCR
  • Transceiver Arbiter
Video Pattern Generator