c

spinal.lib.bus.tilelink.sim

MasterAgent

class MasterAgent extends MonitorSubscriber

Linear Supertypes
MonitorSubscriber, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MasterAgent
  2. MonitorSubscriber
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MasterAgent(bus: Bus, cd: ClockDomain)(implicit idAllocator: IdAllocator)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acquireBlock(source: Int, param: Int, address: Long, bytes: Int): Block
  5. def acquirePerm(source: Int, param: Int, address: Long, bytes: Int): Block
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val block: BlockManager
  8. var blockSize: Int
  9. val bus: Bus
  10. val callbackOnAtoD: Array[(TransactionD) ⇒ Unit]
  11. val callbackOnCtoD: Array[(TransactionD) ⇒ Unit]
  12. val cd: ClockDomain
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. var debug: Boolean
  15. val driver: MasterDriver
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def get(source: Int, address: Long, bytes: Int): TransactionD
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val monitor: Monitor
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. def onA(a: TransactionA): Unit
    Definition Classes
    MasterAgentMonitorSubscriber
  27. def onB(b: TransactionB): Unit
    Definition Classes
    MasterAgentMonitorSubscriber
  28. def onBeatC(c: TransactionC): Unit
    Definition Classes
    MonitorSubscriber
  29. def onC(c: TransactionC): Unit
    Definition Classes
    MasterAgentMonitorSubscriber
  30. def onD(d: TransactionD): Unit
    Definition Classes
    MasterAgentMonitorSubscriber
  31. def onE(e: TransactionE): Unit
    Definition Classes
    MasterAgentMonitorSubscriber
  32. def onGrant(source: Int, address: Long, param: Int): Unit
  33. def probeAck(source: Int, toCap: Int, block: Block): Unit
  34. def probeAck(source: Int, param: Int, address: Long, bytes: Int): Unit
  35. def probeAckData(source: Int, toCap: Int, block: Block): Unit
  36. def probeAckData(source: Int, param: Int, address: Long, data: Seq[Byte]): Unit
  37. def probeBlock(source: Int, param: Int, address: Long, bytes: Int): Unit
  38. def putFullData(source: Int, address: Long, data: Seq[Byte]): TransactionD
  39. def putPartialData(source: Int, address: Long, data: Seq[Byte], mask: Seq[Boolean]): TransactionD
  40. def release(source: Int, toCap: Int, block: Block): Unit
  41. def releaseAuto(source: Int, toCap: Int, block: Block): Unit
  42. def releaseData(source: Int, toCap: Int, block: Block): Unit
  43. val releaseIds: Array[SimMutex]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def waitAtoD(source: Int): TransactionD
  50. def waitCtoD(source: Int): TransactionD

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from MonitorSubscriber

Inherited from AnyRef

Inherited from Any

Ungrouped