Uses of Class
at.dms.kjc.spacedynamic.RawTile

Packages that use RawTile
at.dms.kjc.spacedynamic   
 

Uses of RawTile in at.dms.kjc.spacedynamic
 

Fields in at.dms.kjc.spacedynamic with type parameters of type RawTile
static HashSet<RawTile> TileCode.realTiles
           
 

Methods in at.dms.kjc.spacedynamic that return RawTile
 RawTile IOPort.getNeighboringTile()
          Get the raw tile that this IOPort is connected to
 RawTile Layout.getTile(FlatNode str)
          Returns the tile number assignment for
 RawTile RawChip.getTile(int tileNumber)
           
 RawTile RawChip.getTile(int x, int y)
           
 RawTile Layout.getTile(SIROperator str)
          Returns the tile number assignment for
 

Methods in at.dms.kjc.spacedynamic that return types with arguments of type RawTile
 Vector<RawTile> RawTile.getNeighborTiles()
           
 List<RawTile> RawTile.getSouthAndEastNeighbors()
           
 

Methods in at.dms.kjc.spacedynamic with parameters of type RawTile
 FlatNode Layout.getNode(RawTile tile)
          Return the flatNode assigned to this
 boolean Layout.isAssigned(RawTile tile)
           
 boolean FileState.isConnectedToFileReader(RawTile tile)
           
 boolean Layout.isIntermediateTile(RawTile tile)