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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped