25 namespace architecture {
const WireIndex & getWireIndex(void) const
Returns the wire index.
const char * mTileTypeName
The tile type name.
const TileCol & getCol(void) const
Returns the column for this tile.
const TileRow & getRow(void) const
Returns the row for this tile.
TileRow mTileRow
The tile row.
xilinx::WireIndex WireIndex
Imported type name.
const Tiles & getTiles(void) const
Returns a constant reference to the family and device tile data.
const char * mWireName
The wire name.
const TileInfo & getTileInfo(TileIndex inTileIndex) const
Returns the TileInfo object for the specified tile.
Header for the WireInfo class.
const Array< const WireInfo > & getWireInfo(TileTypeIndex inTileTypeIndex) const
Returns the WireInfo array for the specified tile type.
TileTypeIndex mTileTypeIndex
The tile type index.
xilinx::TileRow TileRow
Imported type name.
const char * mTileName
The tile name.
Encapsulation of a device tile and wire pair.
const DDB & mDDB
The device database reference.
static pod undefined(void)
Tile map, tile type, and wire information for the family and device.
Encapsulation of a tile within a device tile map.
const char * getTileTypeName(TileTypeIndex inTileTypeIndex) const
Returns the tile type name for the given tile type index.
const TileTypeIndex & getTypeIndex(void) const
Returns the tile type index for this tile.
Header for the ExtendedWireInfo class.
WireIndex mWireIndex
The wire index.
xilinx::TileCol TileCol
Imported type name.
const char * getName(void) const
Returns the name for this tile.
Header for the DDB class.
TileIndex mTileIndex
The tile index.
xilinx::WireFlags WireFlags
Imported type name.
const TileIndex & getTileIndex(void) const
Returns the tile index.
Header for the TileInfo class.
Encapsulation of a wire within a tile type.
bool isUndefined(void) const
const char * getName(void) const
Returns the name for this wire.
WireFlags mWireFlags
The wire flags.
xilinx::TileTypeIndex TileTypeIndex
Imported type name.
const WireFlags getFlags(void) const
Returns the attribute flags for this wire.
xilinx::TileIndex TileIndex
Imported type name.
TileCol mTileCol
The tile column.
void set(const Tilewire &inTilewire)
Configure the extended info fields.