Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

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

Document Table of Contents

4.1.8.5. report_family_info (::quartus::device)

The following table displays information for the report_family_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::device

Syntax report_family_info [-h | -help] [-long_help] <family>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
<family> Family name
Description
Returns a string value containing the report with information 
about the specified family, such as the following:
    Available devices
    Available packages
    Available speed grades
    Available pin counts
    Some additional information specific to the family
Example Usage
set report [report_family_info Stratix]
puts $report
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Illegal family name: <string>. Specify a legal family name.