Altera Quartus II Scripting Manuel d'utilisateur Page 337

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 634
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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]
Vue de la page 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 633 634

Commentaires sur ces manuels

Pas de commentaire