DDRMC Calibration Debug Tcl Usage - 2020.2 English

Vivado Design Suite User Guide: Programming and Debugging (UG908)

Document ID
UG908
Release Date
2020-12-07
Version
2020.2 English

Use the following Tcl commands in the Vivado Tcl Console when connected to the hardware in Vivado Hardware Manager to output DDRMC calibration debug content that is displayed in the Vivado IDE.

  • get_hw_ddrmcs
    • Get a list of Versal ACAP integrated and soft DDRMC cores.
  • refresh_hw_ddrmc [lindex [get_hw_ddrmcs] 0]
    • Refreshes only the DDRMC denoted by index (index begins with 0).
  • report_property [lindex [get_hw_ddrmcs] 0]
    • Reports all of the parameters available for the DDRMC, where 0 is the index of the DDRMC to be reported (index begins with 0).

For more information on the DDRMC, see the Versal ACAP Programmable Network on Chip and Integrated Memory Controller LogiCORE IP Product Guide (PG313).