Altera Quartus II Scripting User Manual Page 350

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 349
3–220 Chapter 3: Tcl Packages & Commands
project
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
is_project_open
Usage
is_project_open
Options
None
Description
Checks whether a project is currently open. Returns 1, if a project is currently open; returns 0, otherwise.
Example
## Close the project if open
if [is_project_open] {
project_close
}
Page view 349
1 2 ... 345 346 347 348 349 350 351 352 353 354 355 ... 633 634

Comments to this Manuals

No comments