Altera Quartus II Scripting Manuel d'utilisateur Page 352

  • 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 351
3–222 Chapter 3: Tcl Packages & Commands
project
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
project_close
Usage
project_close [-dont_export_assignments]
Options
-dont_export_assignments: Do not export assignments to file
Description
Closes an open project.
The assignments created or modified during an open project are committed to the Quartus II Settings File
(.qsf) during a "project_close", unless you use the "-dont_export_assignments" option.
Example
## Close the project if open
if [is_project_open] {
project_close
}
## Close the project if open
## and do not export the assignments
if [is_project_open] {
project_close -dont_export_assignments
}
Vue de la page 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 633 634

Commentaires sur ces manuels

Pas de commentaire