class MemoryAgent extends MonitorSubscriber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MemoryAgent
- MonitorSubscriber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MemoryAgent(bus: Bus, cd: ClockDomain, seed: Long = simRandom.nextInt(), randomProberFactor: Float = 0.0f, randomProberDelayMax: Int = 1000, memArg: Option[SparseMemory] = None)(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
- implicit val _: SimManager
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- var blockSize: Int
- 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 checkAddress(address: Long): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def delayOnA(a: TransactionA): Unit
- val driver: SlaveDriver
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getCap(m2sAgent: M2sAgent, address: Long): Int
- def getCap(source: Int, address: Long): Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
-
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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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