Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.17.1. end_insystem_source_probe (::quartus::insystem_source_probe)

The following table displays information for the end_insystem_source_probe Tcl command:

Tcl Package and Version

Belongs to ::quartus::insystem_source_probe

Syntax end_insystem_source_probe [-h | -help] [-long_help]
Arguments -h | -help Short help
  -long_help Long help with examples and possible return values
Description
This command releases the JTAG chain. Use when
finished performing In-System Sources and Probes
transactions.
Example Usage
#List probe data of instance 0
start_insystem_source_probe -hardware_name "USB-Blaster \[USB-0\]" -device_name "@1: EP1S25/_HARDCOPY_FPGA_PROTOTYPE (0x020030DD)"
puts "probe data of instance 0"
puts [read_probe_data -instance_index 0]
end_insystem_source_probe
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: The specified device is not found.
TCL_ERROR 1 ERROR: The specified hardware is not found.
TCL_ERROR 1 ERROR: An internal Tcl interpreter error occurred.
TCL_ERROR 1 ERROR: No In-System Sources and Probes instance was found.
TCL_ERROR 1 ERROR: The In-System Sources and Probes instance was not started. This command cannot be used unless the In-System Sources and Probes trasaction is started.