Uses of Package
at.dms.kjc.spacedynamic

Packages that use at.dms.kjc.spacedynamic
at.dms.kjc.spacedynamic   
 

Classes in at.dms.kjc.spacedynamic used by at.dms.kjc.spacedynamic
CompressedSequence
          This class encodes a repetition of objects (values) for our generalized compression framework.
ComputeNode
          A node on a raw chip that can compute, right now either a raw tile or an IOPort
FileReaderDevice
          This class represents a file reader in the backend.
FileState
          Set up in the backend the various file readers or writers by creating the necessary devices and connecting them to the chip.
FileWriterDevice
           
IODevice
          Abstract Class that represents io devices that can be attached to IOPorts
IOPort
          This class represents an IOPort on the chip in which devices can be connected to, it extends ComputeNode for easy routing.
JoinerScheduleNode
           
JoinerSimulator
           
Layout
          The Layout class generates mapping of filters to raw tiles.
RateMatch
           
RawChip
          This class represents the RawChip we are compiling to *
RawTile
           
Router
           
SimulationCounter
          This class keeps the counters for weights of the splitter/joiners and performs the test to check whether the simulation is finished
Simulator
           
SimulatorEvent
           
SpdStaticStreamGraph
          A StaticStreamGraph represents a subgraph of the application's StreamGraph where communication within the SSG is over static rate channels.
SpdStreamGraph
          This class represents the entire stream graph of the application we are compiling.
StreamGraphVisitor
          Visitor interface for static stream sub-graphs of a stream graph