Visible to Intel only — GUID: reference_TCL_tcl_pkg_device_ver_1_0_cmd_get_part_list
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_device_ver_1_0_cmd_get_part_list
Ixiasoft
3.1.5.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 | |
||