A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_device_ver_1_0_cmd_report_device_info
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_device_ver_1_0_cmd_report_device_info
Ixiasoft
4.1.6.4. report_device_info (::quartus::device)
The following table displays information for the report_device_info Tcl command:
Tcl Package and Version | Belongs to ::quartus::device |
||
Syntax | report_device_info [-h | -help] [-long_help] <device> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
<device> | Device name | ||
Description | Returns a string value containing the report with information about the specified device, such as the following: Available parts Some additional information specific to the device |
||
Example Usage | set report [report_device_info APEX20K1000E] puts $report |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Illegal device name: <string>. Specify a legal device name. |