Start_insystem_source_probe, Usage, Options – Altera Quartus II Scripting User Manual

Page 267: Description, Example, Start_insystem_source_probe –137

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–137

insystem_source_probe

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

start_insystem_source_probe

Usage

start_insystem_source_probe -device_name <device name> -hardware_name <hardware name>

Options

-device_name <device name>: Name of the device that holds the In-System Sources and
Probes instances

-hardware_name <hardware name>: Name of programming hardware connected to the JTAG
chain

Description

Use this command before beginning any In-System Sources and Probes transactions

Example

#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

Advertising