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

  • 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 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
}
Zobrazit stránku 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 633 634

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

Žádné komentáře