c

spinal.core.sim

SimClockDomainPimper

implicit class SimClockDomainPimper extends AnyRef

Add implicit function to ClockDomain

Linear Supertypes
AnyRef, Any
Known Subclasses
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)

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( ... ) @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: Any): 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[_]
    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 onSamplings(body: ⇒ Unit): Unit
  39. def resetSim: Bool
  40. def risingEdge(): Unit
  41. def softResetSim: Bool
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def waitActiveEdge(count: Int = 1): Unit
  48. def waitActiveEdge(): Unit
  49. def waitActiveEdgeWhere(condAnd: ⇒ Boolean): Unit
  50. def waitEdge(count: Int): Unit
  51. def waitEdge(): Unit
  52. def waitEdgeWhere(condAnd: ⇒ Boolean): Unit
  53. def waitFallingEdge(count: Int = 1): Unit
  54. def waitFallingEdge(): Unit
  55. def waitFallingEdgeWhere(condAnd: ⇒ Boolean): Unit
  56. def waitRisingEdge(count: Int): Unit
  57. def waitRisingEdge(): Unit
  58. def waitRisingEdgeWhere(condAnd: ⇒ Boolean): Unit
  59. def waitSampling(count: Int): Unit
  60. def waitSampling(): Unit
  61. 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