Write debug probes to a file
Syntax
write_debug_probes [‑cell <arg>] [‑no_partial_ltxfile] [‑force] [‑quiet]
[‑verbose] <file>
Returns
name of the output file
Usage
Name | Description |
---|---|
[-cell]
|
Hierarchical name of the Reconfigurable Partition Cell |
[-no_partial_ltxfile]
|
Do not generate partial LTX files |
[-force]
|
Overwrite existing file |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<file>
|
Debug probes file name (default extension is .ltx) |
Description
Writes a Vivado Design Suite logic analyzer probes file containing ILA debug cores and signal probes added to the current design. The debug probes data file typically has a .ltx file extension.
ILA cores are added to the design using the create_debug_core
command. ILA probes are added to the design using the create_debug_port
command, and connected to nets in your design using the connect_debug_port
command.
The specific information and use of the debug probes file is described in the Vivado Design Suite User Guide: Vivado Programming and Debugging (UG908).
Arguments
-cell
<arg> - (Optional) Specify the hierarchical name of a reconfigurable partition cell to export a partial probe file.
-force
- (Optional) Overwrite the specified file if it already exists.
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.Examples
write_debug_probes C:/Data/designProbes.ltx