Enum Constant and Description |
---|
BRAM_CONTENT |
CLB |
CLB_CFG |
RESERVED_3 |
RESERVED_4 |
RESERVED_5 |
RESERVED_6 |
RESERVED_7 |
Modifier and Type | Field and Description |
---|---|
static int |
TYPICAL_BLOCK_TYPE_COUNT
Most bitstreams will have a typical block type count of this amount
|
static BlockType[] |
values
A static final (cached) copy of values()
|
Modifier and Type | Method and Description |
---|---|
int |
getBlockTypeEncoding()
Gets the integer block type value (as stored in the Frame Address Register) of this block
type.
|
static BlockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockType CLB
public static final BlockType BRAM_CONTENT
public static final BlockType CLB_CFG
public static final BlockType RESERVED_3
public static final BlockType RESERVED_4
public static final BlockType RESERVED_5
public static final BlockType RESERVED_6
public static final BlockType RESERVED_7
public static final BlockType[] values
public static final int TYPICAL_BLOCK_TYPE_COUNT
public static BlockType[] values()
for (BlockType c : BlockType.values()) System.out.println(c);
public static BlockType 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 int getBlockTypeEncoding()