Altera Quartus II Scripting Uživatelský manuál Strana 182

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 634
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 181
3–52 Chapter 3: Tcl Packages & Commands
chip_planner
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
export_stack_to
Usage
export_stack_to [-applied] [-file <file name>] <position>
Options
-applied: Whether to export only applied changes
-file <file name>: Name of file to which the stack is exported
<position>: Position
Description
Exports the the command stack to the specified position as a Tcl script, CSV, or TXT file. If position is not
specified, exports the entire stack. The type of file is set by the extension specified in the name argument.
If a .csv or .txt extension is specified, a file of the specified type is produced. Otherwise, a Tcl script will be
produced.
Example
The following is a sample sequence of commands that produces a Tcl script and a CSV file of the changes
in the Command Manager:
project_open <project_name>
read_netlist
export_stack_to -@ARG(name) new_tcl_file.tcl
export_stack_to -@ARG(name) new_tcl_file.csv
project_close
Zobrazit stránku 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 633 634

Komentáře k této Příručce

Žádné komentáře