public class BlockSubType
extends Object
Modifier and Type | Field and Description |
---|---|
static TileTypeEnum[] |
zynqPSTypes |
Constructor and Description |
---|
BlockSubType(Series series,
int framesPerBlock) |
Modifier and Type | Method and Description |
---|---|
static BlockSubType |
getBlockSubType(Series series,
TileTypeEnum tileTypeEnum)
Gets the block sub type for a particular series and tile type enum
|
static BlockSubType |
getBRAMContentSubType(Series series,
TileTypeEnum tileTypeEnum)
Gets the block sub type for the BRAM content block types for the provided series and tile type
enum.
|
int |
getFramesPerBlock()
Gets the number of frames in this configuration block
|
Series |
getSeries()
Gets the series of this block sub type
|
TileTypeEnum |
getTileTypeEnum()
Gets the tile type enum associated with this block sub type
|
String |
toString() |
public static TileTypeEnum[] zynqPSTypes
public BlockSubType(Series series, int framesPerBlock)
public Series getSeries()
public TileTypeEnum getTileTypeEnum()
public int getFramesPerBlock()
public static BlockSubType getBlockSubType(Series series, TileTypeEnum tileTypeEnum)
series
- Desired target series to which the tile type enum belongstileTypeEnum
- The type of tilepublic static BlockSubType getBRAMContentSubType(Series series, TileTypeEnum tileTypeEnum)
series
- Desired target series to which the referenced tile type enum belongstileTypeEnum
- The type of tilepublic String toString()
toString
in class Object