c

spinal.lib.bus.tilelink.sim

MemoryAgent

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

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

Inherited from MonitorSubscriber

Inherited from AnyRef

Inherited from Any

Ungrouped