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

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.8.4.1. In-System Sources and Probes Commands

Note: The valid values for ISSP claims include read_only, normal, and exclusive.
Table 7.  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.