Altera Quartus II Scripting Instrukcja Użytkownika Strona 353

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 634
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 352
Chapter 3: Tcl Packages & Commands 3–223
project
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
project_exists
Usage
project_exists <project_name>
Options
<project_name>: Project name
Description
Checks whether a project exists. Returns 1, if a project exists; returns 0, otherwise.
Example
## Create project if one does not exist.
## Open existing project otherwise.
if [project_exists chiptrip] {
project_open chiptrip
} else {
project_new chiptrip
}
Przeglądanie stron 352
1 2 ... 348 349 350 351 352 353 354 355 356 357 358 ... 633 634

Komentarze do niniejszej Instrukcji

Brak uwag