Listing data samples associated with a single probe - 2021.1 English

Vivado Design Suite User Guide Programming and Debugging (UG908)

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

You can also list data samples associated with individual probes using the list_hw_samples Tcl command.

An example of listing the samples associated with probe fast_cnt_incr_val_1 on ILA named i_fast_ila is shown below:

list_hw_samples [get_hw_probes fast_cnt_incr_val_1 -of_objects [get_hw_ilas 
-of_objects [get_hw_devices xc7k325t_0] -filter {CELL_NAME=~"i_fast_ila"}]]
00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 
00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 
00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 
00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001 00000001...