-
Notifications
You must be signed in to change notification settings - Fork 0
CMR GHRD create top level
nnaufel edited this page May 11, 2022
·
2 revisions
-
In Quartus Prime, Add the system_bd.qsys to the project.
Click Project -> Add/Remove Files in Project...
- Navigate to the /home/soceds/najiCMR/quartus_project folder and select the system_bd.qsys file and click Open,
- Click OK in the Settings - system_top window.
-
Before pin assignment can be done, the design has to at least be analyzed. To do so, perform the Analysis & Synthesis by pressing the symbol,
-
After the above step is completed, Open a Tcl Console in Quartus Prime by selecting
View -> Utility Windows -> Tcl Console
, -
At the tcl prompt, type (or copy and paste from here) to run the Tcl script which assigns the FPGA pins
$ source ~/najiCMR/sources/pin_constraints.tcl |
- Finish compiling the project by pressing the Start Compilation symbol . A % completion status can be observed in the bottom right corner of the Quartus window.
Next - Build Bootloader
Back to Making Connections in Platform Designer
Back to Building the GHRD