object ClockDomain extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClockDomain
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ClockFrequency extends AnyRef
- trait DivisionRate extends AnyRef
- case class FixedDivisionRate(value: BigInt) extends DivisionRate with Product with Serializable
- case class FixedFrequency(value: HertzNumber) extends ClockFrequency with Product with Serializable
- case class UnknownDivisionRate() extends DivisionRate with Product with Serializable
- case class UnknownFrequency() extends ClockFrequency with Product with Serializable
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def current: ClockDomain
Return the current clock Domain
- def currentHandle: Handle[ClockDomain]
- def defaultConfig: ClockDomainConfig
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def external(name: String, config: ClockDomainConfig = GlobalData.get.commonClockConfig, withReset: Boolean = true, dummyArg: DummyTrait = null, withSoftReset: Boolean = false, withClockEnable: Boolean = false, frequency: ClockFrequency = UnknownFrequency()): ClockDomain
To use when you want to define a new ClockDomain that thank signals outside the toplevel.
To use when you want to define a new ClockDomain that thank signals outside the toplevel. (it create input clock, reset, clockenable in the toplevel)
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getClockDomainDriver(that: Bool): Bool
- def getClockDomainTag(that: Bool): ClockDomainBoolTag
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def internal(name: String, config: ClockDomainConfig = GlobalData.get.commonClockConfig, withReset: Boolean = true, dummyArg: DummyTrait = null, withSoftReset: Boolean = false, withClockEnable: Boolean = false, frequency: ClockFrequency = UnknownFrequency()): ClockDomain
Create a local clock domain with
name
as prefix.Create a local clock domain with
name
as prefix. clock, reset, clockEnable signals should be assigned by your care. - def isClockEnableActive: Bool
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isResetActive: Bool
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def push(c: ClockDomain): ClockDomainStack.SetReturn
- def push(c: Handle[ClockDomain]): ClockDomainStack.SetReturn
Push a clockdomain on the stack
- def readClockEnableWire: Bool
- def readClockWire: Bool
- def readResetWire: Bool
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated