Altera Quartus II Scripting Bedienungsanleitung Seite 249

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 634
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 248
Chapter 3: Tcl Packages & Commands 3–119
incremental_compilation
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
partition_netlist_exists
Usage
partition_netlist_exists -netlist_type <netlist type> -partition <partition name>
Options
-netlist_type <netlist type>: Netlist type
-partition <partition name>: Partition name
Description
Checks whether the netlist type exists for the specified partition.
Example
package require ::quartus::incremental_compilation
project_open my_design
set partitions [get_partition]
foreach p $partitions {
set netlist_type [get_partition -partition $p -netlist_type]
if {![partition_netlist_exists -partition $p -netlist_type \
$netlist_type]} {
puts "Netlist type $netlist_type does not exist for Partition \
$p!"
} else {
puts "Netlist type $netlist_type exists for Partition $p!"
}
}
project_close
Seitenansicht 248
1 2 ... 244 245 246 247 248 249 250 251 252 253 254 ... 633 634

Kommentare zu diesen Handbüchern

Keine Kommentare