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:
- Open the Synthesized or Netlist Design.
- 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.