Altera Quartus II Scripting Instrukcja Użytkownika Strona 337

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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]
Przeglądanie stron 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag