Visible to Intel only — GUID: vuy1474500005236
Ixiasoft
1.1. Reference Design Overview
1.2. Getting Started
1.3. Reference Design Components
1.4. Compiling the Reference Design
1.5. Testing the Reference Design
1.6. Extending the Reference Design with Custom Persona
1.7. Document Revision History for AN 784: Partial Reconfiguration over PCI Express* Reference Design for Intel® Arria® 10 Devices
Visible to Intel only — GUID: vuy1474500005236
Ixiasoft
1.5.3.2. Programming the Design Using Example Applications
The following steps describe programming your design using the provided scripts:
- To program the DDR access persona’s .sof file after design compilation, type the following from the Linux shell:
program-fpga-jtag -f=a10_pcie_devkit_cvp_ddr4_access.sof -c=1 -i=1
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio
- To program the basic DSP persona’s .rbf file after design compilation, type the following from the Linux shell:
fpga-configure -p a10_pcie_devkit_cvp_basic_dsp.pr_partition.rbf 10000
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio
- To program the basic arithmetic persona’s .rbf file after design compilation, type the following from the Linux shell:
fpga-configure -p a10_pcie_devkit_cvp_basic_arithmetic.pr_partition.rbf 10000
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio
- To program the Game of Life persona's .rbf file after design compilation, type the following from the Linux shell:
fpga-configure -p a10_pcie_devkit_cvp_gol.pr_partition.rbf 10000
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio -v