Accelerator Functional Unit Developer Guide: Intel FPGA Programmable Acceleration Card N3000 Variants

ID 683190
Date 7/15/2022
Public
Document Table of Contents

4.1. Create New Project Directory

The Initial_Shell_ provides the starting structure for your design.

Create a new project directory and copy the Initial_Shell_ files to the new project directory.
$ mkdir <Your new project directory name>
$ cd <Your new project directory name>
$ cp -R $N3000_EXAMPLE_ROOT/Initial_Shell_AFU/* .

Your design directory is now ready for your new design work.