DisplayPort Intel® FPGA IP Design Example User Guide: Agilex™ 5 FPGAs
ID
823560
Date
12/20/2024
Public
A newer version of this document is available. Customers should click here to go to the newest version.
1. DisplayPort Intel® FPGA IP Design Example Quick Start Guide
2. DisplayPort Intel® FPGA IP Design Examples
3. Design Example: DisplayPort SST Parallel Loopback without PCR
4. Design Example: DisplayPort SST Parallel Loopback with AXIS Video Interface
5. Design Example: DisplayPort SST TX-Only Design
6. Design Example: DisplayPort SST RX-Only Design
7. Document Revision History for the DisplayPort Intel® FPGA IP Design Example User Guide: Agilex™ 5 FPGAs
1.5.1. Compiling and Testing the Design Using Agilex™ 5 E-Series 065B Premium Development Kit
1.5.2. Compiling and Testing the Design Using Agilex™ 5 E-Series 065B Modular DevKit Connector with No FMC Mode
1.5.3. Compiling and Testing the Design Using Agilex™ 5 E-Series 065B Modular DevKit Connecter with Bitec Rev 8 Daughter Card
1.6. Regenerating ELF File
By default, the ELF file is generated when you generate the dynamic design example. However, in some cases, you need to regenerate the ELF file if you modify the software file or regenerate the dp_core.qsys file. Regenerating the dp_core.qsys file updates the .sopcinfo file, which requires you to regenerate the ELF file.
- Go to <project directory>/software and edit the code if necessary.
- Go to <project directory>/script and execute the following build script:
- On Windows:
- Search and open Nios® V Command Shell.
- In the Nios® V Command Shell, go to <project directory>/script and execute quartus_py .\build_niosv_sw.py -d.
- On Linux:
- Launch a Nios® V Shell, $QUARTUS_ROOTDIR/../niosv/bin/niosv-shell.
- In the Nios® V Shell, go to <project directory>/script and execute quartus_py ./build_niosv_sw.py -d.
- On Windows:
- Make sure an .elf file is generated in <project directory>/niosv-software/build.
- Download the generated .elf file into the FPGA without recompiling the .sof file by running the following script:
niosv-download<project directory>/software/dp_demo/*.elf.
- Push the reset button on the FPGA board for the new software to take effect.