Altera Quartus II Scripting Manual de usuario Pagina 249

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 248
1 2 ... 244 245 246 247 248 249 250 251 252 253 254 ... 633 634

Comentarios a estos manuales

Sin comentarios