AN 883: Intel Arria 10 DisplayPort TX-only Design

ID 683597
Date 7/03/2021
Public

1.4.2. Compiling and Testing the Design

You can download the DisplayPort TX-only design file (A10_DP_TX_FMC_PRO.par) from the Intel Design Store. To compile and run a demonstration test on the hardware example design, follow these steps.
The .par file contains includes pre-compiled .sof and .elf files that you can run to test the design.
  1. To extract the files in the .par file, refer to the Installation Package instruction in the Intel Design Store design download page.
  2. Extract and unzip the Additional_Files.zip file from the A10_DP_TX_FMC_PRO.par file, and move the Script and Software folder to the main project directory.
  3. Launch the Intel® Quartus® Prime Pro Edition software and open <project directory>/quartus/top.qpf.
    Note:

    Bitec DisplayPort FMC daughter card revision 10 has schematic changes compared to revisions 8 and earlier. Revision 8 has lane reversal and polarity inversion at TX. To support all revisions, the design example top level RTL file at <project directory>/rtl/top.v file include a local parameter for you to select the FMC revision.

    localparam BITEC_DP_CARD_REV = 0;
    // 0 = Bitec FMC DP card rev.4 - 8,
    // 1 = rev.9 or later
  4. Open Nios II Command Shell and navigate to the Script folder.
  5. Run the build_sw_sh script in the Nios II terminal to build the software.
  6. In the Intel® Quartus® Prime Pro Edition software, click Processing > Start Compilation.
  7. After successful compilation, the Intel® Quartus® Prime Pro Edition software generates a .sof file in your specified directory.