Intel® Quartus® Prime Pro Edition User Guide: Debug Tools

ID 683819
Date 12/12/2022
Public

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

Document Table of Contents

8.5.4.1. In-System Sources and Probes Commands

Note: The valid values for ISSP claims include read_only, normal, and exclusive.
Table 40.  In-System Sources and Probes Commands

Command

Arguments

Function

issp_get_instance_info

<service-path>

Returns a list of the configurations of the In-System Sources and Probes instance, including:

instance_index

instance_name

source_width

probe_width

issp_read_probe_data

<service-path>

Retrieves the current value of the probe input. A hex string is returned representing the probe port value.

issp_read_source_data

<service-path>

Retrieves the current value of the source output port. A hex string is returned representing the source port value.

issp_write_source_data

<service-path>

<source-value>

Sets values for the source output port. The value can be either a hex string or a decimal value supported by the System Console Tcl interpreter.