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 1.0

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.