Skip to content

Datastorm DAQ GHRD create top level

nnaufel edited this page Jan 25, 2021 · 24 revisions

Top-Level design

  • In Quartus Prime, Add the system_bd.qsys to the project.

    • Click Project -> Add/Remove Files in Project...
    • Navigate to the /home/soceds/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/partial_source 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 ~/datastorm_daq/hdl/projects/arrow_ghrd/tei0022/partial_source/tei0022_system_assign.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

Clone this wiki locally