implicit class SimClockDomainPimper extends AnyRef
Add implicit function to ClockDomain
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimClockDomainPimper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimClockDomainPimper(cd: ClockDomain)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertClockEnable(): Unit
- def assertReset(): Unit
- def assertSoftReset(): Unit
- def clockEnableSim: Bool
- def clockSim: Bool
- def clockToggle(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def deassertClockEnable(): Unit
- def deassertReset(): Unit
- def deassertSoftReset(): Unit
- def doStimulus(period: Long): Unit @scala.util.continuations.cpsParam[Unit,Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fallingEdge(): Unit
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forkSimSpeedPrinter(printPeriod: Double = 1.0): Unit
- def forkStimulus(period: Long): SimThread
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isClockEnableAsserted: Boolean
- def isClockEnableDeasserted: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isResetAsserted: Boolean
- def isResetDeasserted: Boolean
- def isSamplingDisable: Boolean
- def isSamplingEnable: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onSampling(body: ⇒ Unit): Unit
- def resetSim: Bool
- def risingEdge(): Unit
- def softResetSim: Bool
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def waitActiveEdge(count: Int = 1): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitActiveEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitActiveEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitEdge(count: Int): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitFallingEdge(count: Int = 1): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitFallingEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitFallingEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitRisingEdge(count: Int): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitRisingEdge(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitRisingEdgeWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitSampling(count: Int): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitSampling(): Unit @scala.util.continuations.cpsParam[Unit,Unit]
- def waitSamplingWhere(condAnd: ⇒ Boolean): Unit @scala.util.continuations.cpsParam[Unit,Unit]