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

ID 683531
Date 9/24/2018
Public
Document Table of Contents

1.5.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.