AXE5 Eagle GHRD create project - ArrowElectronics/Agilex-5 GitHub Wiki
Create the project framework
-
Open Quartus® Pro 23.4
Note: The very first time you open Quartus Pro 23.4, you may get a pop-up which asks about a license.
-
Use the New Project Wizard button to create a new project.
-
Set the project’s working directory to the folder where you extracted the source files in the previous step, i.e. C:/hdl-23.2.1/axe5_eagle/projects/axe5_ghrd . Set the project name to be axe5_eagle_top, select "empty Project", and click Next.
- On the next screen, select a device. Select Agilex 5 (E-series) for Family. Select the __A5ED065BB32AE4SR0 devices then click Next
-
On the Add Files screen, navigate to the C:/Projects/AXE5_EAGLE_GHRD/sources folder in the repository and select the
.v
and.sdc
files. Click Open.Note: Only the
.v
file may be visible. In the File Name category, select All Files to see all files.
- click Finish.
The next steps are to build the sub-systems bottom-up.
Next - Adding Display sub-system
Back to AXE5-Eagle GHRD Top Level Files