Skip to content

Datastorm DAQ GHRD create top level

nnaufel edited this page Aug 7, 2020 · 24 revisions

Top-Level design

Import the top-level files using the Quartus Prime window using Project -> Add/Remove Files in project …,

  • Navigate to the folder you placed the 3 required files in, and add the /system_top.v,
  • Add the system_bd.qip located in /system_bd/synthesis/,
  • Add the timing constraints file /system_constr.sdc
  • Click OK in the Settings window.

The top level requires a 12-bit DDIO element.

  • Select the IP Catalog from the tool bar.
  • Search for DDIO and double-click the ALTDDIO_OUT,
  • Give it the name ddr12 and Click OK.
  • In the MegaWizard, set the width to 12 and click Finish.
  • Perform the Analysis & Synthesis step to be able to add pin assignments,

  • Open a Tcl Console in Quartus Prime by View -> Utility Windows -> Tcl Console,

    • At the tcl prompt, source the /tei0022_system_assign.tcl
  • Finish compiling the project by pressing the Start Compilation symbol .



Clone this wiki locally