Altera Quartus II Scripting Instrukcja Użytkownika Strona 267

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 266
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
Przeglądanie stron 266
1 2 ... 262 263 264 265 266 267 268 269 270 271 272 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag