class Checker extends MonitorSubscriber

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

Instance Constructors

  1. new Checker(m: Monitor, mappings: Seq[Endpoint])(implicit ordering: IdCallback)
  2. new Checker(p: BusParameter, mappings: Seq[Endpoint], checkMapping: Boolean = true)(implicit idCallback: IdCallback)

Type Members

  1. case class Cap(current: Int, probed: Boolean) extends Product with Serializable
  2. class InflightA extends AnyRef

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def doGrow(source: Int, address: BigInt, to: Int): Unit
  7. def doShrink(source: Int, address: BigInt, param: Int): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def getCap(source: Int, address: BigInt): Cap
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def getMapping(address: BigInt, opcode: Any): (Endpoint, Chunk)
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. val inflightA: Array[InflightA]
  15. val inflightB: LinkedHashMap[(Int, BigInt), TransactionB]
  16. val inflightC: LinkedHashMap[(Int, BigInt), TransactionC]
  17. val inflightD: LinkedHashMap[BigInt, TransactionD]
  18. def isEmpty(): Boolean
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val mToBlockCap: LinkedHashMap[M2sAgent, LinkedHashMap[BigInt, Cap]]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def onA(a: TransactionA): Unit
    Definition Classes
    CheckerMonitorSubscriber
  25. def onB(b: TransactionB): Unit
    Definition Classes
    CheckerMonitorSubscriber
  26. def onBeatC(c: TransactionC): Unit
    Definition Classes
    CheckerMonitorSubscriber
  27. def onC(c: TransactionC): Unit
    Definition Classes
    CheckerMonitorSubscriber
  28. def onD(d: TransactionD): Unit
    Definition Classes
    CheckerMonitorSubscriber
  29. def onE(e: TransactionE): Unit
    Definition Classes
    CheckerMonitorSubscriber
  30. val sourceToBlockCap: Array[LinkedHashMap[BigInt, Cap]]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def waitEmpty(delay: ⇒ Unit = spinal.core.sim.sleep(1000)): Unit

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