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, blockSize: Int = 64)(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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val block: BlockManager

    Permalink
  8. val blockSize: Int

    Permalink
  9. val bus: Bus

    Permalink
  10. val callbackOnD: Array[(TransactionD) ⇒ Unit]

    Permalink
  11. def clone(): AnyRef

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

    Permalink
  13. val driver: MasterDriver

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def get(source: Int, address: Long, bytes: Int): TransactionD

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. val monitor: Monitor

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

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

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

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

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

    Permalink
    Definition Classes
    MasterAgentMonitorSubscriber
  26. def onC(c: TransactionC): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def waitD(source: Int): TransactionD

    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