Enum Constant and Description |
---|
Series7 |
UltraScale |
UltraScalePlus |
Versal |
Modifier and Type | Method and Description |
---|---|
Pattern |
getArchRegex() |
int |
getBlockTypeLSB() |
int |
getBlockTypeMask() |
int |
getBlockTypeWidth() |
int |
getCLEHeight() |
int |
getColumnLSB() |
int |
getColumnMask() |
int |
getColumnWidth() |
int |
getMinorAddrLSB() |
int |
getMinorAddrMask() |
int |
getMinorAddrWidth() |
int |
getRowLSB() |
int |
getRowMask() |
int |
getRowWidth() |
int |
getTopBotBitLSB() |
int |
getTopBotBitMask() |
boolean |
hasTopBotBit() |
static Series |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Series[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Series Series7
public static final Series UltraScale
public static final Series UltraScalePlus
public static final Series Versal
public static Series[] values()
for (Series c : Series.values()) System.out.println(c);
public static Series valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Pattern getArchRegex()
public int getBlockTypeLSB()
public int getBlockTypeWidth()
public int getBlockTypeMask()
public int getTopBotBitLSB()
public int getTopBotBitMask()
public boolean hasTopBotBit()
public int getRowLSB()
public int getRowWidth()
public int getRowMask()
public int getColumnLSB()
public int getColumnWidth()
public int getColumnMask()
public int getMinorAddrLSB()
public int getMinorAddrWidth()
public int getMinorAddrMask()
public int getCLEHeight()