Altera Quartus II Scripting Manual do Utilizador Página 182

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 634
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 633 634

Comentários a estes Manuais

Sem comentários