Visible to Intel only — GUID: ash1554098218290
Ixiasoft
1.1. Features
1.2. Hardware and Software Requirements
1.3. Design System Architecture Overview
1.4. Dynamic Reconfiguration Overview
1.5. PHY Lite Per-Bit Overview
1.6. Compiling the Reference Design
1.7. Hardware Testing
1.8. Document Revision History for AN 888: PHY Lite for Parallel Interfaces Reference Design with Dynamic Reconfiguration for Intel® Stratix® 10 Devices
1.9. Appendix A: HiLo Loopback Card Pin Connections
1.10. Appendix B: Retrieving Lane and Pin Information
1.11. Appendix C: Decoding Parameter Table
Visible to Intel only — GUID: ash1554098218290
Ixiasoft
1.7.3. Running the Hardware Reference Design
Follow the steps below to run dynamic calibration and start the data transfer for the hardware reference design.
Remove all other connected devices in the programming device list during JTAG connection setup in your operating system.
- Open two Nios® II Command Shell prompts on your host machine:
- For Windows operating system:
- In the Intel® Quartus® Prime Pro Edition software installation directory in your host machine and double click on Nios® II Command Shell.bat to launch the command prompt window (command prompt A).
- For Linux operating system:
- Go to <Quartus software installation directory> \linux64\nios2ed directory and run nios2_command_shell.sh to launch the command prompt window (command prompt A).
- Repeat this step to launch the second command shell (command prompt B).
Command prompt A is to display the dynamic calibration result. Command prompt B is used to run Nios® II commands. - For Windows operating system:
- In command prompt A, use the following command to run the Nios® II terminal application for result printouts.
nios2-terminal
- In command prompt B, go to the project top directory.
cd <project directory>
- In command prompt B, download the executable (<project_name>.elf) file into the FPGA and start the dynamic calibration process with the following command:
nios2-download -r -g software/<project_name>/<project_name>.elf
or
nios2-download -r -g software/phylite_top/s10_devkit.elfYou may observe the passing dynamic calibration result displayed in command prompt A. - When the Nios® II instruction memory is cleaned and calibration is done, run the following command in command prompt B to reset the system, start the random data transfer and capture internal signals.
quartus_stp -t issp.tcl top.qpf 1 1Note: Sent and received data are displayed in command prompt B after running the command.