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