Intel® Quartus® Prime Pro Edition User Guide: Scripting
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_part_info
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_device_ver_1_0_cmd_report_part_info
Ixiasoft
4.1.7.6. report_part_info (::quartus::device)
The following table displays information for the report_part_info Tcl command:
Tcl Package and Version | Belongs to ::quartus::device |
||
Syntax | report_part_info [-h | -help] [-long_help] <part> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
<part> | Part name | ||
Description | Returns a string value containing the report with information about the specified part, such as the following: Family name Device name Package name Pin count Speed grade Any additional information |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Illegal part name: <string>. Specify a legal part name. Use report_family_info, report_device_info, or get_part_list to find available parts. |