Altera Quartus II Scripting Manual de usuario Pagina 237

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 236
Chapter 3: Tcl Packages & Commands 3–107
incremental_compilation
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
create_partition
Usage
create_partition -contents <hierarchy name> -partition <partition name>
Options
-contents <hierarchy name>: Partition contents (hierarchy assigned to Partition)
-partition <partition name>: Partition name
Description
Creates a partition, unless the partition specified with the -partition option already exists. The Quartus II
software creates a partition assignment to the specified hierarchy name.
Example
package require ::quartus::incremental_compilation
project_open my_design
## Create a partition on child:inst1
create_partition -partition my_partition -contents child:inst1
project_close
Vista de pagina 236
1 2 ... 232 233 234 235 236 237 238 239 240 241 242 ... 633 634

Comentarios a estos manuales

Sin comentarios