Class

spinal.lib.bus.tilelink.sim

MasterAgent

Related Doc: package sim

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def acquireBlock(source: Int, param: Int, address: Long, bytes: Int): Block

    Permalink
  5. def acquirePerm(source: Int, param: Int, address: Long, bytes: Int): Block

    Permalink
  6. def allocateDebugId(): Long

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val block: BlockManager

    Permalink
  9. var blockSize: Int

    Permalink
  10. val bus: Bus

    Permalink
  11. val callbackOnAtoD: Array[(TransactionD) ⇒ Unit]

    Permalink
  12. val callbackOnCtoD: Array[(TransactionD) ⇒ Unit]

    Permalink
  13. val cd: ClockDomain

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. var debug: Boolean

    Permalink
  16. val driver: MasterDriver

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def freeDebugId(debugId: Long): Unit

    Permalink
  20. def get(source: Int, address: Long, bytes: Int): TransactionD

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def getInt(source: Int, address: Long): Int

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val monitor: Monitor

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def onA(a: TransactionA): Unit

    Permalink
    Definition Classes
    MasterAgentMonitorSubscriber
  30. def onB(b: TransactionB): Unit

    Permalink
    Definition Classes
    MasterAgentMonitorSubscriber
  31. def onBeatC(c: TransactionC): Unit

    Permalink
    Definition Classes
    MonitorSubscriber
  32. def onC(c: TransactionC): Unit

    Permalink
    Definition Classes
    MasterAgentMonitorSubscriber
  33. def onD(d: TransactionD): Unit

    Permalink
    Definition Classes
    MasterAgentMonitorSubscriber
  34. def onE(e: TransactionE): Unit

    Permalink
    Definition Classes
    MasterAgentMonitorSubscriber
  35. def onGrant(source: Int, address: Long, param: Int): Unit

    Permalink
  36. def probeAck(source: Int, toCap: Int, block: Block): Unit

    Permalink
  37. def probeAck(source: Int, param: Int, address: Long, bytes: Int): Unit

    Permalink
  38. def probeAckData(source: Int, toCap: Int, block: Block): Unit

    Permalink
  39. def probeAckData(source: Int, param: Int, address: Long, data: Seq[Byte]): Unit

    Permalink
  40. def probeBlock(source: Int, param: Int, address: Long, bytes: Int): Unit

    Permalink
  41. def putFullData(source: Int, address: Long, data: Seq[Byte]): TransactionD

    Permalink
  42. def putInt(source: Int, address: Long, data: Int): TransactionD

    Permalink
  43. def putPartialData(source: Int, address: Long, data: Seq[Byte], mask: Seq[Boolean]): TransactionD

    Permalink
  44. def release(source: Int, toCap: Int, block: Block): Unit

    Permalink
  45. def releaseAuto(source: Int, toCap: Int, block: Block): Unit

    Permalink
  46. def releaseData(source: Int, toCap: Int, block: Block): Unit

    Permalink
  47. val releaseIds: Array[SimMutex]

    Permalink
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def waitAtoD(source: Int): TransactionD

    Permalink
  54. def waitCtoD(source: Int): TransactionD

    Permalink
  55. val withIdAllocation: Boolean

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MonitorSubscriber

Inherited from AnyRef

Inherited from Any

Ungrouped