Altera Quartus II Scripting Instrukcja Użytkownika Strona 242

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 241
1 2 ... 237 238 239 240 241 242 243 244 245 246 247 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag