Packages

object ClockDomain extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClockDomain
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ClockFrequency extends AnyRef
  2. trait DivisionRate extends AnyRef
  3. case class FixedDivisionRate(value: BigInt) extends DivisionRate with Product with Serializable
  4. case class FixedFrequency(value: HertzNumber) extends ClockFrequency with Product with Serializable
  5. case class UnknownDivisionRate() extends DivisionRate with Product with Serializable
  6. case class UnknownFrequency() extends ClockFrequency with Product with Serializable

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. val crossClockBufferPushToPopResetGen: ScopeProperty[Boolean]
  7. def current: ClockDomain

    Return the current clock Domain

  8. def currentHandle: Handle[ClockDomain]
  9. def defaultConfig: ClockDomainConfig
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. 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)

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getClockDomainDriver(that: Bool): Bool
  15. def getClockDomainTag(that: Bool): ClockDomainBoolTag
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. 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.

  18. def isClockEnableActive: Bool
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isResetActive: Bool
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def push(c: ClockDomain): ClockDomainStack.SetReturn
  25. def push(c: Handle[ClockDomain]): ClockDomainStack.SetReturn

    Push a clockdomain on the stack

  26. def readClockEnableWire: Bool
  27. def readClockWire: Bool
  28. def readResetWire: Bool
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped