public class PartNameTools
extends Object
Constructor and Description |
---|
PartNameTools() |
Modifier and Type | Method and Description |
---|---|
static List<Part> |
getAllParts(Series series)
Gets all parts that are available for the provided series.
|
static FamilyType |
getArchitectureFromFamilyType(FamilyType type)
This function returns the architecture (as a family type)
|
static String |
getDeviceAndPackage(Part p)
Gets the canonical device name and package combination.
|
static String |
getFullArchitectureName(FamilyType type)
This method will return a full architecture name as stored in Vivado.
|
static Part |
getPart(String partName) |
static Collection<Part> |
getParts()
Returns a collection of all known parts
|
static Series |
getSeriesFromFamilyType(FamilyType type)
Gets the series to which the provided family belongs.
|
public static HashMap<String,Part> partMap
public static Part getPart(String partName)
public static Collection<Part> getParts()
public static FamilyType getArchitectureFromFamilyType(FamilyType type)
type
- The given family type.public static String getFullArchitectureName(FamilyType type)
type
- Type of family to get formal name.public static Series getSeriesFromFamilyType(FamilyType type)
type
- Type of family to get formal name.public static String getDeviceAndPackage(Part p)