c

spinal.core.sim

SimClockDomainPimper

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. Protected

Instance Constructors

  1. new SimClockDomainPimper(cd: ClockDomain)

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 assertClockEnable(): Unit
  6. def assertReset(): Unit
  7. def assertSoftReset(): Unit
  8. def clockEnableSim: Bool
  9. def clockSim: Bool
  10. def clockToggle(): Unit
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def deassertClockEnable(): Unit
  13. def deassertReset(): Unit
  14. def deassertSoftReset(): Unit
  15. def doStimulus(period: Long): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fallingEdge(): Unit
  19. def forkSimSpeedPrinter(printPeriod: Double = 1.0): Unit
  20. def forkStimulus(period: Long): Unit
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def isClockEnableAsserted: Boolean
  24. def isClockEnableDeasserted: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isResetAsserted: Boolean
  27. def isResetDeasserted: Boolean
  28. def isSamplingDisable: Boolean
  29. def isSamplingEnable: Boolean
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def onActiveEdges(block: => Unit): Unit
  34. def onEdges(block: => Unit): Unit
  35. def onFallingEdges(block: => Unit): Unit
  36. def onNextSampling(body: => Unit): Unit
  37. def onRisingEdges(block: => Unit): Unit
  38. def onSamplingWhile(body: => Boolean): Unit
  39. def onSamplings(body: => Unit): Unit
  40. def resetSim: Bool
  41. def risingEdge(): Unit
  42. def softResetSim: Bool
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def waitActiveEdge(count: Int = 1): Unit
  49. def waitActiveEdge(): Unit
  50. def waitActiveEdgeWhere(condAnd: => Boolean): Unit
  51. def waitEdge(count: Int): Unit
  52. def waitEdge(): Unit
  53. def waitEdgeWhere(condAnd: => Boolean): Unit
  54. def waitFallingEdge(count: Int = 1): Unit
  55. def waitFallingEdge(): Unit
  56. def waitFallingEdgeWhere(condAnd: => Boolean): Unit
  57. def waitRisingEdge(count: Int): Unit
  58. def waitRisingEdge(): Unit
  59. def waitRisingEdgeWhere(condAnd: => Boolean): Unit
  60. def waitSampling(count: Int): Unit
  61. def waitSampling(): Unit
  62. def waitSamplingWhere(timeout: Int)(condAnd: => Boolean): Boolean
  63. def waitSamplingWhere(condAnd: => Boolean): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped