Uses of Interface
com.cmpware.cmp.mmio.MemoryMappedIOWriter

Packages that use MemoryMappedIOWriter
com.cmpware.cmp   
com.cmpware.cmp.links   
com.cmpware.cmp.mmio   
 

Uses of MemoryMappedIOWriter in com.cmpware.cmp
 

Classes in com.cmpware.cmp that implement MemoryMappedIOWriter
 class Link
          This abstarct class defines a Link.
 

Methods in com.cmpware.cmp with parameters of type MemoryMappedIOWriter
 void Memory.addOutput(int addr, MemoryMappedIOWriter mmiow)
          Deprecated. use mmio.addOutput()
 

Uses of MemoryMappedIOWriter in com.cmpware.cmp.links
 

Classes in com.cmpware.cmp.links that implement MemoryMappedIOWriter
 class BroadcastBus
          This class implements a broadcast bus.
 class CellBE_FIFO
          This class is exactly like the typical FIFO, except that it does not stall when the FIFO is full.
 class CellBE_MailboxStatus
          This class extends the pipeline register.
 class CellBE_SharedRegister
          This class extends the standard shared register for the Cell BE.
 class FIFO
          This class implements a synchronous FIFO.
 class PipelineRegister
          This class implements a shared register.
 class SharedRegister
          This class implements a shared register.
 

Uses of MemoryMappedIOWriter in com.cmpware.cmp.mmio
 

Methods in com.cmpware.cmp.mmio that return MemoryMappedIOWriter
 MemoryMappedIOWriter[] MemoryMappedIO.getOutputPorts()
          This method returns an array of Memory Mapped IO Writers currently used as output ports.
 

Methods in com.cmpware.cmp.mmio with parameters of type MemoryMappedIOWriter
 void MemoryMappedIO.addOutput(int addr, MemoryMappedIOWriter mmiow)
          This method adds a Memory Mapped IO Writer interface to the memory mapped IO.