class MemoryAgent extends MonitorSubscriber

Linear Supertypes
MonitorSubscriber, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemoryAgent
  2. MonitorSubscriber
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. case class CoherencyReport(needData: Boolean, unique: Boolean) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val callbackOnC: LinkedHashMap[(Int, Long), (TransactionC) => Unit]
  6. val callbackOnE: LinkedHashMap[BigInt, (TransactionE) => Unit]
  7. val capMap: LinkedHashMap[M2sAgent, LinkedHashMap[Long, Int]]
  8. def changeCap(source: Int, address: Long, cap: Int): Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. val driver: SlaveDriver
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def getCap(m2sAgent: M2sAgent, address: Long): Int
  14. def getCap(source: Int, address: Long): Int
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. def handleCoherency(address: Long, isAquire: Boolean, sourceAgent: M2sAgent, cap: Int, allowProbePerm: Boolean): CoherencyReport
  17. def handleCoherency(a: TransactionA, cap: Int, allowProbePerm: Boolean = false): CoherencyReport
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val locks: LinkedHashMap[Long, SimMutex]
  21. val mem: SparseMemory
  22. val monitor: Monitor
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def onA(a: TransactionA): Unit
    Definition Classes
    MemoryAgentMonitorSubscriber
  27. def onB(b: TransactionB): Unit
    Definition Classes
    MemoryAgentMonitorSubscriber
  28. def onBeatC(c: TransactionC): Unit
    Definition Classes
    MonitorSubscriber
  29. def onC(c: TransactionC): Unit
    Definition Classes
    MemoryAgentMonitorSubscriber
  30. def onD(d: TransactionD): Unit
    Definition Classes
    MemoryAgentMonitorSubscriber
  31. def onE(e: TransactionE): Unit
    Definition Classes
    MemoryAgentMonitorSubscriber
  32. var randomProberDelayMax: Int
  33. var randomProberFactor: Float
  34. def release(address: Long): Any
  35. def reserve(address: Long): Unit
  36. val sinkAllocator: BlockingIdAllocator
  37. val sourceToM2s: Array[M2sAgent]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def waitC(source: Int, address: Long): TransactionC
  44. def waitE(sink: BigInt): TransactionE

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from MonitorSubscriber

Inherited from AnyRef

Inherited from Any

Ungrouped