Altera Quartus II Scripting Manuel d'utilisateur Page 245

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 634
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 244
1 2 ... 240 241 242 243 244 245 246 247 248 249 250 ... 633 634

Commentaires sur ces manuels

Pas de commentaire