FPGA AI Suite: Getting Started Guide

ID 768970
Date 3/29/2024
Public
Document Table of Contents

5.3. PCIe-based Design Example Software Prerequisites

The PCIe-based design examples require the following software:

  • CMake 3.10.2 or higher
  • libnuma-dev package
To install the Ubuntu* 18.04.1 software prerequisites, run the following commands:
sudo apt update
sudo apt install libnuma-dev
sudo apt install cmake

The apt tool attempts to install these prerequisites automatically when you install the FPGA AI Suite following the instructions in Installing the FPGA AI Suite with System Package Management Tools.