Class

spinal.lib.bus.tilelink.sim

MasterDebugTester

Related Doc: package sim

Permalink

class MasterDebugTester extends AnyRef

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

Instance Constructors

  1. new MasterDebugTester(masters: Seq[MasterDebugTesterElement])

    Permalink

Type Members

  1. case class Ctx(agent: MasterAgent, source: Int, address: Long, bytes: Int, slave: Endpoint, chunk: Chunk, m2sAgent: M2sAgent) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def BT(e: M2sTransfers): SizeRange

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val checks: LinkedHashSet[() ⇒ Unit]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def cover(sizes: (M2sTransfers) ⇒ SizeRange)(body: (Ctx) ⇒ Unit): Unit

    Permalink
  9. def coverAcquireB(repeat: Int): Unit

    Permalink
  10. def coverAcquireBT(repeat: Int): Unit

    Permalink
  11. def coverAcquirePerm(repeat: Int): Unit

    Permalink
  12. def coverAcquireT(repeat: Int): Unit

    Permalink
  13. def coverAcquireTB(repeat: Int): Unit

    Permalink
  14. def coverCoherencyBx2(repeat: Int): Unit

    Permalink
  15. def coverCoherencyBx2_T_Bx2(repeat: Int): Unit

    Permalink
  16. def coverCoherencyT_B(repeat: Int): Unit

    Permalink
  17. def coverCoherencyTx2(repeat: Int): Unit

    Permalink
  18. def coverGet(repeat: Int): Unit

    Permalink
  19. def coverPutFullData(repeat: Int): Unit

    Permalink
  20. def coverPutPartialData(repeat: Int): Unit

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. val flatten: Seq[(MasterDebugTesterElement, M2sSource, M2sAgent)]

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def randomizedData(bytes: Int): Array[Byte]

    Permalink
  31. def randomizedMask(bytes: Int): Array[Boolean]

    Permalink
  32. def sourceOf(m: MasterDebugTesterElement, f: (M2sTransfers) ⇒ SizeRange): MasterDebugTesterElement

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped