Altera Quartus II Scripting Instrukcja Użytkownika Strona 352

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
}
Przeglądanie stron 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag