Object/Class

spinal.core

ClockDomain

Related Docs: class ClockDomain | package core

Permalink

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

    Permalink
  2. trait DivisionRate extends AnyRef

    Permalink
  3. case class FixedDivisionRate(value: BigInt) extends DivisionRate with Product with Serializable

    Permalink
  4. case class FixedFrequency(value: HertzNumber) extends ClockFrequency with Product with Serializable

    Permalink
  5. case class UnknownDivisionRate() extends DivisionRate with Product with Serializable

    Permalink
  6. case class UnknownFrequency() extends ClockFrequency with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def areSynchronous(a: ClockDomain, b: ClockDomain): Boolean

    Permalink
  5. def areSynchronous(a: ClockDomain, b: ClockDomain, solved: HashMap[Bool, Set[Bool]] = ...): Boolean

    Permalink
  6. def areSynchronousBool(a: Bool, b: Bool)(solved: HashMap[Bool, Set[Bool]]): Boolean

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val crossClockBufferPushToPopResetGen: ScopeProperty[Boolean]

    Permalink
  10. def current: ClockDomain

    Permalink

    Return the current clock Domain

  11. def currentHandle: Handle[ClockDomain]

    Permalink
  12. def defaultConfig: ClockDomainConfig

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. 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

    Permalink

    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)

  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def getClockDomainDriver(that: Bool): Bool

    Permalink
  18. def getClockDomainTag(that: Bool): ClockDomainBoolTag

    Permalink
  19. def getSyncronous(that: Bool)(solved: HashMap[Bool, Set[Bool]] = ...): Set[Bool]

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. 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

    Permalink

    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.

  22. def isClockEnableActive: Bool

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isResetActive: Bool

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def push(c: ClockDomain): ClockDomainStack.SetReturn

    Permalink
  29. def push(c: Handle[ClockDomain]): ClockDomainStack.SetReturn

    Permalink

    Push a clockdomain on the stack

  30. def readClockEnableWire: Bool

    Permalink
  31. def readClockWire: Bool

    Permalink
  32. def readResetWire: Bool

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped