Class

spinal.core.sim

SimClockDomainPimper

Related Doc: package sim

Permalink

implicit class SimClockDomainPimper extends AnyRef

Add implicit function to ClockDomain

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

Instance Constructors

  1. new SimClockDomainPimper(cd: ClockDomain)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def assertClockEnable(): Unit

    Permalink
  6. def assertReset(): Unit

    Permalink
  7. def assertSoftReset(): Unit

    Permalink
  8. def clockEnableSim: Bool

    Permalink
  9. def clockSim: Bool

    Permalink
  10. def clockToggle(): Unit

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def deassertClockEnable(): Unit

    Permalink
  13. def deassertReset(): Unit

    Permalink
  14. def deassertSoftReset(): Unit

    Permalink
  15. def doStimulus(period: Long): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def fallingEdge(): Unit

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forkSimSpeedPrinter(printPeriod: Double = 1.0): Unit

    Permalink
  21. def forkStimulus(period: Long): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def isClockEnableAsserted: Boolean

    Permalink
  25. def isClockEnableDeasserted: Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isResetAsserted: Boolean

    Permalink
  28. def isResetDeasserted: Boolean

    Permalink
  29. def isSamplingDisable: Boolean

    Permalink
  30. def isSamplingEnable: Boolean

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def onActiveEdges(block: ⇒ Unit): Unit

    Permalink
  35. def onEdges(block: ⇒ Unit): Unit

    Permalink
  36. def onFallingEdges(block: ⇒ Unit): Unit

    Permalink
  37. def onNextSampling(body: ⇒ Unit): Unit

    Permalink
  38. def onRisingEdges(block: ⇒ Unit): Unit

    Permalink
  39. def onSamplings(body: ⇒ Unit): Unit

    Permalink
  40. def resetSim: Bool

    Permalink
  41. def risingEdge(): Unit

    Permalink
  42. def softResetSim: Bool

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def waitActiveEdge(count: Int = 1): Unit

    Permalink
  49. def waitActiveEdge(): Unit

    Permalink
  50. def waitActiveEdgeWhere(condAnd: ⇒ Boolean): Unit

    Permalink
  51. def waitEdge(count: Int): Unit

    Permalink
  52. def waitEdge(): Unit

    Permalink
  53. def waitEdgeWhere(condAnd: ⇒ Boolean): Unit

    Permalink
  54. def waitFallingEdge(count: Int = 1): Unit

    Permalink
  55. def waitFallingEdge(): Unit

    Permalink
  56. def waitFallingEdgeWhere(condAnd: ⇒ Boolean): Unit

    Permalink
  57. def waitRisingEdge(count: Int): Unit

    Permalink
  58. def waitRisingEdge(): Unit

    Permalink
  59. def waitRisingEdgeWhere(condAnd: ⇒ Boolean): Unit

    Permalink
  60. def waitSampling(count: Int): Unit

    Permalink
  61. def waitSampling(): Unit

    Permalink
  62. def waitSamplingWhere(condAnd: ⇒ Boolean): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped