Altera Quartus II Scripting Uživatelský manuál Strana 265

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 634
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 264
Chapter 3: Tcl Packages & Commands 3–135
insystem_source_probe
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
read_probe_data
Usage
read_probe_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 probes.
A string is returned specifying the status of each probe, 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 makes the value a
hex string.
Example
#List probe data of instance 0
start_insystem_sourc_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
Zobrazit stránku 264
1 2 ... 260 261 262 263 264 265 266 267 268 269 270 ... 633 634

Komentáře k této Příručce

Žádné komentáře