Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

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

Document Table of Contents

3.1.8.3. get_part_list (::quartus::device)

The following table displays information for the get_part_list Tcl command:

Tcl Package and Version

Belongs to ::quartus::device

Syntax get_part_list [-h | -help] [-long_help] [-device <value> ] [-family <value> ] [-package <value> ] [-pin_count <value> ] [-speed_grade <value> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-device <value> Option to match device name
-family <value> Option to match family name
-package <value> Option to match package name
-pin_count <value> Option to match pin count
-speed_grade <value> 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 Usage
get_part_list -family "Stratix IV"
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Illegal or missing <string> value, '<string>'. Specify a legal value.