Altera Quartus II Scripting Bedienungsanleitung Seite 266

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 634
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 265
3–136 Chapter 3: Tcl Packages & Commands
insystem_source_probe
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
read_source_data
Usage
read_source_data -instance_index <instance_index> [-value_in_hex]
Options
-instance_index <instance_index>: Index of the In-System Sources and Probes instance to
communicate with
-value_in_hex: Specifies that the value string is represented in hexadecimal format
Description
Retrieves the current value of the sources.
A string is returned specifying the status of each source, with the MSB on the left and LSB on the right. By
default, the value is represented as a binary string. Optionally, the option -value_in_hex will make the
value a hex string.
Example
#List source data of instance 0
start_insystem_source_probe -hardware_name "USB-Blaster \[USB-0\]" \
-device_name "@1: EP1S25/_HARDCOPY_FPGA_PROTOTYPE (0x020030DD)"
puts "source data of instance 0"
puts [read_source_data -instance_index 0]
end_insystem_source_probe
Seitenansicht 265
1 2 ... 261 262 263 264 265 266 267 268 269 270 271 ... 633 634

Kommentare zu diesen Handbüchern

Keine Kommentare