Uses of Class
at.dms.kjc.spacetime.StreamingDram

Packages that use StreamingDram
at.dms.kjc.spacetime   
 

Uses of StreamingDram in at.dms.kjc.spacetime
 

Fields in at.dms.kjc.spacetime declared as StreamingDram
protected  StreamingDram OffChipBuffer.dram
          the dram that we are reading/writing
 

Fields in at.dms.kjc.spacetime with type parameters of type StreamingDram
protected static HashMap<StreamingDram,Integer> InterSliceBuffer.dramsToBuffers
          A map of StreamingDrams to the number of InterTraceBuffers mapped to it.
 

Methods in at.dms.kjc.spacetime that return StreamingDram
 StreamingDram RawTile.getDRAM()
           
 StreamingDram OffChipBuffer.getDRAM()
          Return the dram assignment of this buffer.
static StreamingDram LogicalDramTileMapping.getHomeDram(ComputeNode tile)
           
static StreamingDram StreamingDram.getStrDram(Address addr, RawProcElements chip)
           
 

Methods in at.dms.kjc.spacetime with parameters of type StreamingDram
 int DRAMCommandDist.getInterReads(StreamingDram dram)
          Return the number of reads from
 int DRAMCommandDist.getInterWrites(StreamingDram dram)
          Return the number of writes from
 int DRAMCommandDist.getIntraReads(StreamingDram dram)
          Return the number of reads from
 int DRAMCommandDist.getIntraWrites(StreamingDram dram)
          Return the number of writes from
 int InterSliceBuffer.getNumInterTraceBuffers(StreamingDram dram)
           
static RawTile LogicalDramTileMapping.getOwnerTile(StreamingDram dram)
           
static HashSet<RawComputeNode> Rawify.getTilesUsedInSplit(OutputSliceNode traceNode, StreamingDram sourcePort)
          For a split outputtracenode, get the tiles used in the splitting, this includes all tiles whose switches have code on them.
 void RawTile.setDRAM(StreamingDram sd)
           
 void OffChipBuffer.setDRAM(StreamingDram DRAM)
           
 

Constructors in at.dms.kjc.spacetime with parameters of type StreamingDram
FileState(PredefinedContent file, StreamingDram parent)