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

Page 227: Description, Example, Report_part_info –97

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–97

device

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

report_part_info

Usage

report_part_info <part>

Options

<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

set report [report_part_info EP20K1000EFC33-3]
puts $report

Advertising