Altera Quartus II Scripting User Manual Page 312

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 311
3–182 Chapter 3: Tcl Packages & Commands
misc
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
qexit
Usage
qexit [-error] [-success]
Options
-error: Option to exit with an equivalent Quartus II error code
-success: Option to exit with an equivalent Quartus II success code
Description
Exits the Quartus
®
II software.
The Quartus II Tcl command "qexit" is equivalent to the Tcl command "exit".
When used with a particular option, this command exits the Quartus II software with the corresponding
Quartus II exit code. For example, typing "qexit -success" is equivalent to typing "exit 0". When the
"-success" option is specified, the corresponding Quartus II exit code is "0".
If no option is specified, the default exit code is the same as for the "-success" option.
Example
1) To exit the Quartus II software with an equivalent Quartus II success code, type:
qexit -success
2) To exit the Quartus II software with an equivalent Quartus II error code, type:
qexit -error
Page view 311
1 2 ... 307 308 309 310 311 312 313 314 315 316 317 ... 633 634

Comments to this Manuals

No comments