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

  • 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 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]
Zobrazit stránku 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 633 634

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

Žádné komentáře