beautypg.com

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

Page 224: Description, Example, Get_part_list –94

background image

3–94

Chapter 3: Tcl Packages & Commands

device

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_part_list

Usage

get_part_list [-device ] [-family ] [-package ] [-pin_count
] [-speed_grade ]

Options

-device : Option to match device name

-family : Option to match family name

-package : Option to match package name

-pin_count : Option to match pin count

-speed_grade : Option to match speed grade

Description

Returns a list of available parts based on the options that are specified. Examples are as follows:

Return a list of all supported parts

get_part_list

Return a list of all supported parts for Cyclone

get_part_list -family Cyclone

Return a list of all supported parts with the FBGA package and 780 pins

get_part_list -package fbga -pin_count 780

Example

get_part_list -family Stratix