Altera Quartus II Scripting Instrukcja Użytkownika Strona 245

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 244
Chapter 3: Tcl Packages & Commands 3–115
incremental_compilation
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_partition
Usage
get_partition [-base_filename] [-color] [-contents] [-full_filename] [-netlist_type]
[-partition <partition name>] [-preservation_level] [-qxp]
Options
-base_filename: Base filename
-color: Partition display color
-contents: Partition contents (hierarchy assigned to Partition)
-full_filename: Full filename
-netlist_type: Netlist type
-partition <partition name>: Partition name
-preservation_level: Preservation level
-qxp: QXP filename (if partition is set to Import)
Description
Returns a list of partitions or a specific partition property. The command returns a list of all the partitions
in the current project if you do not specify any options.
You must use the partition property options when you use the -partition option.
Example
package require ::quartus::incremental_compilation
project_open my_design
## Get a list of all partitions
set partitions [get_partition]
foreach p $partitions {
puts "Partition $p is using Netlist Type \
[get_partition -partition $p -netlist_type]"
}
project_close
Przeglądanie stron 244
1 2 ... 240 241 242 243 244 245 246 247 248 249 250 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag