Create DataStorm DAQ Project Framework - ArrowElectronics/arrow-soc-workshops GitHub Wiki
Launch Quartus® 20.1
-
Open a shell (Ctrl + Alt + T)
$ ~/intelFPGA_lite/20.1/quartus/bin/quartus &
-
Open the New Project Wizard
File --> New Project Wizard
-
Click Next>
-
Set the project’s working directory to /home/soceds/socfpga-workshop/socfpga_hw_workshop/datastormdaq_ghrd. Set the project name to be datastormdaq_ghrd, and the top-level design entity to datastormdaq_ghrd_top and click Next>.

-
On the next screen select Empty project and click Next>.
-
On the Add Files screen 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.

Next - Create Processor System
Return to - Building the Golden Hardware Reference Design (GHRD)