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 1.0 |
|||
| 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 |
set report [report_part_info EPM1270F256I5] puts $report |
|||
| 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. | ||