class MemoryAgent extends MonitorSubscriber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemoryAgent
- MonitorSubscriber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MemoryAgent(bus: Bus, cd: ClockDomain, seed: Long = simRandom.nextInt(), blockSize: Int = 64, randomProberFactor: Float = 0.0f, randomProberDelayMax: Int = 1000)(implicit idCallback: IdCallback)
Type Members
- case class CoherencyReport(needData: Boolean, unique: Boolean) extends Product with Serializable
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val callbackOnC: LinkedHashMap[(Int, Long), (TransactionC) => Unit]
- val callbackOnE: LinkedHashMap[BigInt, (TransactionE) => Unit]
- val capMap: LinkedHashMap[M2sAgent, LinkedHashMap[Long, Int]]
- def changeCap(source: Int, address: Long, cap: Int): Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val driver: SlaveDriver
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getCap(m2sAgent: M2sAgent, address: Long): Int
- def getCap(source: Int, address: Long): Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def handleCoherency(address: Long, isAquire: Boolean, sourceAgent: M2sAgent, cap: Int, allowProbePerm: Boolean): CoherencyReport
- def handleCoherency(a: TransactionA, cap: Int, allowProbePerm: Boolean = false): CoherencyReport
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locks: LinkedHashMap[Long, SimMutex]
- val mem: SparseMemory
- 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
- MemoryAgent → MonitorSubscriber
- def onB(b: TransactionB): Unit
- Definition Classes
- MemoryAgent → MonitorSubscriber
- def onBeatC(c: TransactionC): Unit
- Definition Classes
- MonitorSubscriber
- def onC(c: TransactionC): Unit
- Definition Classes
- MemoryAgent → MonitorSubscriber
- def onD(d: TransactionD): Unit
- Definition Classes
- MemoryAgent → MonitorSubscriber
- def onE(e: TransactionE): Unit
- Definition Classes
- MemoryAgent → MonitorSubscriber
- var randomProberDelayMax: Int
- var randomProberFactor: Float
- def release(address: Long): Any
- def reserve(address: Long): Unit
- val sinkAllocator: BlockingIdAllocator
- val sourceToM2s: Array[M2sAgent]
- 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 waitC(source: Int, address: Long): TransactionC
- def waitE(sink: BigInt): TransactionE
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)