The ILA probe file is automatically associated with the FPGA or ACAP 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:
- Select the FPGA or ACAP in the Hardware window.
- Set the Probes file location in the Hardware Device Properties window.
- 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]