Intel® Accelerator Functional Unit (AFU) Simulation Environment (ASE) Quick Start User Guide

ID 683159
Date 4/11/2018
Public

1.3. Installing the OPAE Software

Follow these instructions to install the OPAE libraries for ASE. You can skip the steps 1 to 6 if you have already installed OPAE libraries, binaries, include, and ASE libraries as described in Intel Acceleration Stack Quick Start Guide for Intel Programmable Acceleration Card with Intel Arria 10 GX FPGA.

  1. cd $DCP_LOC/sw
  2. Install shared libraries at location /usr/lib to link your application:
    $ sudo yum install opae-0.13.1-1.x86_64-libs.rpm
  3. Install the OPAE header at location /usr/include:
    $ sudo yum install opae-0.13.1-1.x86_64-devel.rpm
  4. Install the OPAE provided tools at location /usr/bin (for example: fpgaconf, fpgainfo). For more information regarding the tools, refer to the OPAE tools document.
    $ sudo yum install opae-0.13.1-1.x86_64-tools.rpm
  5. Install the ASE related shared libraries at location /usr/lib:
    $ sudo yum install opae-0.13.1-1.x86_64-ase.rpm
  6. Verify the installed libraries files.
    $ ls /usr/lib

    Expected result:

    libopae-c-ase.so libopae-c.so libopae-c.so.0 ….

    Extract the OPAE source, the ASE directory within $OPAE_LOC has the required files to run the simulation.

  7. $ tar xvzf opae-src-0.13.1.tar.gz
  8. $ cd opae-0.13.1
  9. $ export OPAE_LOC=`pwd`