Visible to Intel only — GUID: vuy1474500005236
Ixiasoft
1.1. Reference Design Overview
1.2. Floorplanning
1.3. Getting Started
1.4. Reference Design Components
1.5. Compiling the Reference Design
1.6. Bringing Up the Reference Design
1.7. Testing the Reference Design
1.8. Extending the Reference Design with Custom Persona
1.9. Reference Design Files
1.10. Document Revision History for AN 813: Hierarchical Partial Reconfiguration over PCI Express* Reference Design for Intel® Arria® 10 Devices
Visible to Intel only — GUID: vuy1474500005236
Ixiasoft
1.7.3.2. Programming the Design Using Example Applications
The following steps describe programming your design using the provided scripts:
- Program the base revision .sof file using the programmer. Power cycle the host PC to allow the PCIe* link to enumerate. To ensure that the FPGA appears as a PCIe* device, type the following from the Linux shell:
lspci -vvvd1172:
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio
- To replace the parent PR partition in the design with any of the following single function PR persona, type the following from the Linux shell:
where <rbf file from list> is one of the following files:fpga-configure -p <rbf file from list> 10000
- a10_pcie_devkit_cvp_normal_basic_arithmetic.pr_partition
- a10_pcie_devkit_cvp_normal_basic_dsp.pr_partition
- a10_pcie_devkit_cvp_normal_ddr4_access.pr_partition
- a10_pcie_devkit_cvp_normal_gol.pr_partition
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio
- To program a parent PR partition that contains two child partitions, type the following from the Linux shell:
Both child partitions are DDR4 access personas.fpga-configure -p a10_pcie_devkit_cvp_ddr4_access.pr_partition.rbf 10000
- To verify the functionality of the design, type the following from the Linux shell:
./example_host_uio
- Further, you can reprogram each of the child PR partitions with any combination of personas. The following files generate in the output_files directory:
- a10_pcie_devkit_cvp_ddr4_access.pr_partition.pr_child_partition_1.rbf
- a10_pcie_devkit_cvp_basic_dsp.pr_partition.pr_child_partition_0.rbf
- a10_pcie_devkit_cvp_basic_dsp.pr_partition.pr_child_partition_1.rbf
- a10_pcie_devkit_cvp_basic_arithmetic.pr_partition.pr_child_partition_0.rbf
- a10_pcie_devkit_cvp_basic_arithmetic.pr_partition.pr_child_partition_1.rbf
- a10_pcie_devkit_cvp_gol.pr_partition.pr_child_partition_0.rbf
- a10_pcie_devkit_cvp_gol.pr_partition.pr_child_partition_1.rbf
- To program each child region, type the following in the Linux shell:
For child region 0:
For child region 1:fpga-configure -p <persona>.pr_partition.pr_child_partition_0.rbf 10
fpga-configure -p <persona>.pr_partition.pr_child_partition_1.rbf 20
The PR region controller for the larger parent PR region is at address 0x10000. The PR region controller for the two smaller child PR regions is at addresses 0x10 and 0x20 respectively.