Altera Quartus II Scripting Instrukcja Użytkownika Strona 336

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 335
3–206 Chapter 3: Tcl Packages & Commands
project
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
get_assignment_name_info
Usage
get_assignment_name_info <name>
Options
<name>: Assignment name
Description
Returns information for the specified assignment name.
Example
## View information for all assignment names
foreach name [get_all_assignment_names] {
puts [get_assignment_name_info $name]
}
Przeglądanie stron 335
1 2 ... 331 332 333 334 335 336 337 338 339 340 341 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag