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