Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.8.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
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.