Altera Quartus II Scripting Manual de usuario Pagina 337

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 634
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 336
Chapter 3: Tcl Packages & Commands 3–207
project
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
get_current_revision
Usage
get_current_revision <project_name>
Options
<project_name>: Project name
Description
Returns the name of the current revision for the specified project. If the project name is not specified, the
current project name is used.
Example
# Get the current revision name for
# the currently open project "chiptrip"
project_open chiptrip
set revision_name [get_current_revision]
project_close
# Get the current revision name for
# a project that is not currently open
set revision_name [get_current_revision chiptrip]
Vista de pagina 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 633 634

Comentarios a estos manuales

Sin comentarios