public class Part
extends Object
Constructor and Description |
---|
Part(String name,
FamilyType architecture,
String architectureFullName,
FamilyType family,
String device,
String pkg,
String speed,
String temperatureGradeLetter,
String revision,
int availableIobs,
int blockRams,
int dsp,
int flipflops,
int gbTransceivers,
int lutElements,
int mmcm,
int ultraRams,
Series series) |
Modifier and Type | Method and Description |
---|---|
FamilyType |
getArchitecture() |
String |
getArchitectureFullName() |
int |
getAvailableIobs() |
int |
getBlockRams() |
String |
getDevice() |
int |
getDsp() |
FamilyType |
getFamily() |
int |
getFlipflops() |
int |
getGbTransceivers() |
int |
getLutElements() |
int |
getMmcm() |
String |
getName() |
String |
getPkg() |
String |
getRevision() |
Series |
getSeries() |
String |
getSpeed() |
String |
getTemperatureGradeLetter()
Note: The temperature grade letter is not available on Series 7 parts and will return an
empty String.
|
int |
getUltraRams() |
boolean |
isSeries7() |
boolean |
isUltraScale() |
boolean |
isUltraScalePlus() |
boolean |
isVersal() |
String |
toString() |
public Part(String name, FamilyType architecture, String architectureFullName, FamilyType family, String device, String pkg, String speed, String temperatureGradeLetter, String revision, int availableIobs, int blockRams, int dsp, int flipflops, int gbTransceivers, int lutElements, int mmcm, int ultraRams, Series series)
public String getName()
public FamilyType getArchitecture()
public String getArchitectureFullName()
public FamilyType getFamily()
public String getDevice()
public String getPkg()
public String getSpeed()
public String getTemperatureGradeLetter()
public String getRevision()
public int getAvailableIobs()
public int getBlockRams()
public int getDsp()
public int getFlipflops()
public int getGbTransceivers()
public int getLutElements()
public int getMmcm()
public int getUltraRams()
public Series getSeries()
public boolean isSeries7()
public boolean isUltraScale()
public boolean isUltraScalePlus()
public boolean isVersal()
public String toString()
toString
in class Object