Description
This command returns names of supported device families, parts, or boards.
If no argument is provided, the command will return all supported part families. To return specific parts of a family, provide the family name as an argument.
Syntax
list_part [name] [OPTIONS]
-
<family>
specifies a device family to return the specific devices of. If no<family>
is specified, thelist_part
command returns a list of available device families.
Options
-
-name <string>
- Family, part, board name, or glob pattern.
-
-board[=false|true]
- Returns list of board names instead of part names.
-
-clock_regions
- Return a list of clock regions for the specified part. Must
be specified with the
-name
command. -
-slr_pblocks
- Return the SLR Pblock dictionary for the specified part.
Must be specified with the
-name
command.
Examples
Returns all supported device families.
list_part
Returns the clock regions of the current part in the active solution.
list_part -name [get_part] -clock_regions