object ClockDomain extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClockDomain
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def areSynchronous(a: ClockDomain, b: ClockDomain): Boolean
- def areSynchronous(a: ClockDomain, b: ClockDomain, solved: HashMap[Bool, Set[Bool]] = ...): Boolean
- def areSynchronousBool(a: Bool, b: Bool)(solved: HashMap[Bool, Set[Bool]]): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val crossClockBufferPushToPopResetGen: ScopeProperty[Boolean]
-
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: Any): 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getClockDomainDriver(that: Bool): Bool
- def getClockDomainTag(that: Bool): ClockDomainBoolTag
- def getSyncronous(that: Bool)(solved: HashMap[Bool, Set[Bool]] = ...): Set[Bool]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated