implicit
class
SimClockDomainPimper extends AnyRef
Instance Constructors
-
new
SimClockDomainPimper(cd: ClockDomain)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
assertClockEnable(): Unit
-
def
assertReset(): Unit
-
def
assertSoftReset(): Unit
-
def
clockEnableSim: Bool
-
def
clockSim: Bool
-
def
clockToggle(): Unit
-
def
clone(): AnyRef
-
def
disassertClockEnable(): Unit
-
def
disassertReset(): Unit
-
def
disassertSoftReset(): Unit
-
def
doStimulus(period: Long): Unit @scala.util.continuations.cpsParam[Unit,Unit]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fallingEdge(): Unit
-
def
finalize(): Unit
-
def
forkSimSpeedPrinter(printPeriod: Double = 1.0): Unit
-
def
forkStimulus(period: Long): SimThread
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isClockEnableAsserted: Boolean
-
def
isClockEnableDisasserted: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isResetAsserted: Boolean
-
def
isResetDisasserted: Boolean
-
def
isSamplingDisable: Boolean
-
def
isSamplingEnable: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
resetSim: Bool
-
def
risingEdge(): Unit
-
def
softResetSim: Bool
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
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]
Inherited from AnyRef
Inherited from Any