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. 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def deassertClockEnable(): Unit
  13. def deassertReset(): Unit
  14. def deassertSoftReset(): Unit
  15. def doStimulus(period: Long): Unit @scala.util.continuations.cpsParam[Unit,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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def forkSimSpeedPrinter(printPeriod: Double = 1.0): Unit
  21. def forkStimulus(period: Long): SimThread
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isClockEnableAsserted: Boolean
  25. def isClockEnableDeasserted: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isResetAsserted: Boolean
  28. def isResetDeasserted: Boolean
  29. def isSamplingDisable: Boolean
  30. def isSamplingEnable: Boolean
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def onSampling(body: ⇒ Unit): Unit
  35. def resetSim: Bool
  36. def risingEdge(): Unit
  37. def softResetSim: Bool
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. def waitActiveEdge(count: Int = 1): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  44. def waitActiveEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  45. def waitActiveEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  46. def waitEdge(count: Int): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  47. def waitEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  48. def waitEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  49. def waitFallingEdge(count: Int = 1): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  50. def waitFallingEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  51. def waitFallingEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  52. def waitRisingEdge(count: Int): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  53. def waitRisingEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  54. def waitRisingEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  55. def waitSampling(count: Int): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  56. def waitSampling(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
  57. def waitSamplingWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped