Writing Debug Probes Information - 2021.1 English

Vivado Design Suite User Guide Programming and Debugging (UG908)

Document ID
UG908
Release Date
2021-06-16
Version
2021.1 English

The Debug Probes window contains information about the nets that you probed in your design using the ILA and/or VIO cores. This debug probe information is extracted from your design and is stored in a data file that typically has an .ltx file extension.

Normally, the debug probes file is automatically created during the implementation process. However, you can also use the write_debug_probes Tcl command to write out the debug probes information to a file:

  1. Open the Synthesized or Netlist Design.
  2. Run the write_debug_probes filename .ltx Tcl command.
    Important: If you are using non-project mode, you must manually call the write_debug_probes command immediately following the opt_design command.