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

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