Altera Quartus II Scripting Instrukcja Użytkownika Strona 536

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 535
3–406 Chapter 3: Tcl Packages & Commands
sta
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
get_partition_info
Usage
get_partition_info [-child] [-name] [-parent] [-type] <partition_object>
Options
-child: Return child partition name(s)
-name: Return the partition name
-parent: Return parent partition name
-type: Return the partition type
<partition_object>: Partition object
Description
Gets information about the specified partition (referenced by partition ID). Partition ID's can be obtained
by Tcl commands such as get_partitions.
The -name, -type, -parent, and -child options are mutually exclusive.
Example
project_open chiptrip
create_timing_netlist
set partitions [get_partitions *]
foreach_in_collection partition $partitions {
puts "[get_partition_info $partition -name]"
}
delete_timing_netlist
project_close
Przeglądanie stron 535
1 2 ... 531 532 533 534 535 536 537 538 539 540 541 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag