Reading ILA Probes Information - 2023.2 English

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

Document ID
UG908
Release Date
2023-10-19
Version
2023.2 English

The ILA probe file is automatically associated with the FPGA or adaptive SoC hardware device if the probes file is called debug_nets.ltx and is found in the same directory as the bitstream programming (.bit) file that is associated with the device.

You can also specify the location of the probes file:

  1. Select the FPGA or adaptive SoC in the Hardware window.
  2. Set the Probes file location in the Hardware Device Properties window.
  3. Click Apply to apply the change.

You can also set the location using the set_property Tcl command:

set_property PROBES.FILE {C:/myprobes.ltx} [lindex [get_hw_devices] 0]