class Checker extends MonitorSubscriber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Checker
- MonitorSubscriber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Checker(m: Monitor, mappings: Seq[Endpoint])(implicit ordering: IdCallback)
- new Checker(p: BusParameter, mappings: Seq[Endpoint], checkMapping: Boolean = true)(implicit idCallback: IdCallback)
Type Members
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def doGrow(source: Int, address: BigInt, to: Int): Unit
- def doShrink(source: Int, address: BigInt, param: Int): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def getCap(source: Int, address: BigInt): Cap
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getMapping(address: BigInt, opcode: Any): (Endpoint, Chunk)
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val inflightA: Array[InflightA]
- val inflightB: LinkedHashMap[(Int, BigInt), TransactionB]
- val inflightC: LinkedHashMap[(Int, BigInt), TransactionC]
- val inflightD: LinkedHashMap[BigInt, TransactionD]
- def isEmpty(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mToBlockCap: LinkedHashMap[M2sAgent, LinkedHashMap[BigInt, Cap]]
-
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
- Checker → MonitorSubscriber
-
def
onB(b: TransactionB): Unit
- Definition Classes
- Checker → MonitorSubscriber
-
def
onBeatC(c: TransactionC): Unit
- Definition Classes
- Checker → MonitorSubscriber
-
def
onC(c: TransactionC): Unit
- Definition Classes
- Checker → MonitorSubscriber
-
def
onD(d: TransactionD): Unit
- Definition Classes
- Checker → MonitorSubscriber
-
def
onE(e: TransactionE): Unit
- Definition Classes
- Checker → MonitorSubscriber
- val sourceToBlockCap: Array[LinkedHashMap[BigInt, Cap]]
-
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 waitEmpty(delay: ⇒ Unit = spinal.core.sim.sleep(1000)): Unit
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated