class MasterAgent extends MonitorSubscriber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MasterAgent
- MonitorSubscriber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MasterAgent(bus: Bus, cd: ClockDomain, blockSize: Int = 64)(implicit idAllocator: IdAllocator)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acquireBlock(source: Int, param: Int, address: Long, bytes: Int): Block
- def acquirePerm(source: Int, param: Int, address: Long, bytes: Int): Block
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val block: BlockManager
- val blockSize: Int
- val bus: Bus
- val callbackOnAtoD: Array[(TransactionD) => Unit]
- val callbackOnCtoD: Array[(TransactionD) => Unit]
- val cd: ClockDomain
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- var debug: Boolean
- val driver: MasterDriver
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(source: Int, address: Long, bytes: Int): TransactionD
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monitor: Monitor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def onA(a: TransactionA): Unit
- Definition Classes
- MasterAgent → MonitorSubscriber
- def onB(b: TransactionB): Unit
- Definition Classes
- MasterAgent → MonitorSubscriber
- def onBeatC(c: TransactionC): Unit
- Definition Classes
- MonitorSubscriber
- def onC(c: TransactionC): Unit
- Definition Classes
- MasterAgent → MonitorSubscriber
- def onD(d: TransactionD): Unit
- Definition Classes
- MasterAgent → MonitorSubscriber
- def onE(e: TransactionE): Unit
- Definition Classes
- MasterAgent → MonitorSubscriber
- def onGrant(source: Int, address: Long, param: Int): Unit
- def probeAck(source: Int, toCap: Int, block: Block): Unit
- def probeAck(source: Int, param: Int, address: Long, bytes: Int): Unit
- def probeAckData(source: Int, toCap: Int, block: Block): Unit
- def probeAckData(source: Int, param: Int, address: Long, data: Seq[Byte]): Unit
- def probeBlock(source: Int, param: Int, address: Long, bytes: Int): Unit
- def putFullData(source: Int, address: Long, data: Seq[Byte]): TransactionD
- def putPartialData(source: Int, address: Long, data: Seq[Byte], mask: Seq[Boolean]): TransactionD
- def release(source: Int, toCap: Int, block: Block): Unit
- def releaseAuto(source: Int, toCap: Int, block: Block): Unit
- def releaseData(source: Int, toCap: Int, block: Block): Unit
- val releaseIds: Array[SimMutex]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waitAtoD(source: Int): TransactionD
- def waitCtoD(source: Int): TransactionD
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)