FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

4.3.1. Creating a Working Directory

All the FPGA AI Suite design examples require a writeable working directory that contains a copy of the example runtime and the demonstration files. Create this working directory before starting up with any of the FPGA AI Suite design examples.

If you want to use ~/coredla_work/ as your working directory, run the following commands:
mkdir ~/coredla_work

cd ~/coredla_work

source dla_init_local_directory.sh
The dla_init_local_directory.sh script does the following tasks:
  • Sets COREDLA_WORK environment variable to point at working directory.
  • Creates a locally writeable copy of the runtime directory.
  • Creates a locally writeable copy of the demo directory.
To re-enter this work directory after opening a new shell, run the following commands:
source /opt/intel/openvino_2024/setupvars.sh

source /opt/altera/fpga_ai_suite_2025.3/dla/setupvars.sh

cd ~/coredla_work

source ./coredla_work.sh