Altera Quartus II Scripting Manuale Utente Pagina 245

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 634
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 244
1 2 ... 240 241 242 243 244 245 246 247 248 249 250 ... 633 634

Commenti su questo manuale

Nessun commento