AN 813: Hierarchical Partial Reconfiguration over PCI Express* Reference Design: for Intel® Arria® 10 Devices

ID 683730
Date 1/20/2021
Public
Document Table of Contents

1.7.3.1. Compiling the Example Applications

The reference design software applications are available in the software/util directory. Each application has a respective sub-directory structure, with a corresponding Makefile.

To build the example application:

To compile the example_host module, type the following from the Linux shell:
cd source/util
make
This command generates the executable within the sub-directory. For example:
./example_host_uio -s 1 -n 100 -v
This command seeds the input generation with a value of 1, perform 100 iterations, and print more information on the current status.