ADRV9371 Platform Build HDL - ArrowElectronics/arrow-adi-intel-psg GitHub Wiki
This section describes how to download the HDL design from the Critical Link github repository. The designs can be built by using make in a shell (Nios II™ command shell is preferred, as it is installed with the Quartus® download, and has access to its environment). The following steps describe how to do this. A specific example would be
$ make adrv9371.mitysom_a10s_gen2
This will build the Platform Designer™ (formerly called QSys™) and Quartus® projects, and then generate and compile them. This approach guarantees quality of results for anyone initially working with these designs.
- Open the NIOS II Command Shell.
The shell will look something like this:
-
create and navigate to a selected directory where the project will be stored
$ cd <path to ADRV9371 project location on your machine> $ mkdir <ADRV9371 projectname> $ cd <ADRV9371 projectname> -
exec the clone command
Note: Cloning the HDL project on a Windows PC requires a "git" command. If the NIOS II Command Shell does not recognize the "git" command, add "C:\Program Files\Git\cmd" to the PATH environment variable.
$ git clone https://github.com/ArrowElectronics/hdl.git -
then do the following to update the files in the working tree...
$ cd hdl $ git checkout R18.0_CL
$ make adrv9371x.mitysom_a10s_gen2
The build can take a significant period of time to complete. Open and regularly refresh the adrv9371x_mitysom_a10s_quartus.txt file in a text editor to monitor progress. This is located in the hdl/projects/adrv9371x/mitysom_a10s_gen2 subdirectory.
Next - Build Linux / Devicetree
Return to Build the Example Design
Return to ADRV9371 Platform User Guide