Altera Quartus II Scripting Manuel d'utilisateur Page 242

  • 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 241
3–112 Chapter 3: Tcl Packages & Commands
incremental_compilation
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
export_partition
Usage
export_partition [-netlist_type <netlist type>] -partition <partition name> -qxp <QXP
filename> [-routing <export routing>]
Options
-netlist_type <netlist type>: Netlist type
-partition <partition name>: Partition name
-qxp <QXP filename>: QXP fiilename
-routing <export routing>: Export routing
Description
Exports the partition specified with the -partition option to a QXP file with the name specified by the -qxp
option.
Use the -netlist_type option to control which netlist to export. The supported values are "POST_SYNTH"
and "POST_FIT".
Use the -routing option to control whether routing should be included in the qxp. This option can only be
enabled if the netlist being exported is POST_FIT. The supported values are "on" and "off".
Example
package require ::quartus::incremental_compilation
project_open my_design
export_partition -partition my_partition -qxp top.qxp
project_close
Vue de la page 241
1 2 ... 237 238 239 240 241 242 243 244 245 246 247 ... 633 634

Commentaires sur ces manuels

Pas de commentaire