Report_family_info, Usage, Options – Altera Quartus II Scripting User Manual

Page 226: Description, Example, Report_family_info –96

Advertising
background image

3–96

Chapter 3: Tcl Packages & Commands

device

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

report_family_info

Usage

report_family_info <family>

Options

<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

set report [report_family_info Stratix]
puts $report

Advertising