Datastorm DAQ GHRD create project - ArrowElectronics/data-storm-daq GitHub Wiki
-
Open Quartus® 20.1
$ ~/intelFPGA_lite/20.1/quartus/bin/quartus &
Note: The very first time you open Quartus Lite Edition after creating the Virtual Machine, a pop-up asks about a license. Select "Run the Quartus Prime Software"
-
Use the New Project Wizard to create a new project.
File --> New Project Wizard
-
Set the project’s working directory to /home/soceds/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/partial_source . Set the project name to be system_top, and click Next.

-
On the next screen select Empty project and click Next.
-
On the Add Files screen, navigate to the /home/soceds/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/partial_source 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 Next to add files.
-
On the next screen, select a device. Use the filtering boxes or scroll through the list of available Cyclone® V SE Mainstream devices to arrive at the 5CSEMA5F31C8 and select it. Then click Next, then Finish.

- Add the Analog Devices® libraries to Quartus Prime
- In Quartus, click the Assignments drop-down menu and select Settings

- Select the IP Catalog Search Locations in the left margin under the IP Settings
- In both panes, type /home/soceds/datastorm_daq/hdl/library/**/* and Click the Add button, as shown below.

- Click OK.
Next - Create Processor System
Back to Datastorm DAQ GHRD Top Level Files
Back to GHRD top