IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
tile.py File Reference

Namespaces

namespace  iron
 
namespace  iron.device
 
namespace  iron.device.tile
 

Functions

None iron.device.tile.__init__ (self, int|None col=None, int|None row=None, *AIETileType|None tile_type=None, str|None allocation_scheme=None)
 
Tile iron.device.tile.copy (self)
 
LogicalTileOp|TileOp iron.device.tile.op (self)
 
 iron.device.tile.op (self, LogicalTileOp|TileOp op)
 
bool iron.device.tile.__eq__ (self, object other)
 
str iron.device.tile.__str__ (self)
 
 iron.device.tile.__hash__ (self)
 

Variables

 iron.device.tile.AnyShimTile = Tile(tile_type=AIETileType.ShimNOCTile)
 
 iron.device.tile.AnyMemTile = Tile(tile_type=AIETileType.MemTile)
 
 iron.device.tile.AnyComputeTile = Tile(tile_type=AIETileType.CoreTile)
 
 iron.device.tile.col
 
 iron.device.tile.row
 
 iron.device.tile._op