spinal.core

ClockDomain

Related Docs: class ClockDomain | package core

object ClockDomain

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClockDomain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def apply(clock: Bool, reset: Bool = null, dummyArg: DummyTrait = null, softReset: Bool = null, clockEnable: Bool = null, frequency: IClockDomainFrequency = UnknownFrequency(), config: ClockDomainConfig = GlobalData.get.commonClockConfig): ClockDomain

    To use when you want to define a new clock domain by using internal signals

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def current: ClockDomain

    Return the current clock Domain

  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def external(name: String, config: ClockDomainConfig = GlobalData.get.commonClockConfig, withReset: Boolean = true, dummyArg: DummyTrait = null, withSoftReset: Boolean = false, withClockEnable: Boolean = false, frequency: IClockDomainFrequency = 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)

  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getClockDomainDriver(that: Bool): Bool

  14. def getClockDomainTag(that: Bool): ClockDomainBoolTag

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def internal(name: String, config: ClockDomainConfig = GlobalData.get.commonClockConfig, withReset: Boolean = true, dummyArg: DummyTrait = null, withSoftReset: Boolean = false, withClockEnable: Boolean = false, frequency: IClockDomainFrequency = 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.

  17. def isClockEnableActive: Bool

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def isResetActive: Bool

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def pop(c: ClockDomain): Unit

    Pop a clockdomain on the stack

  24. def push(c: ClockDomain): Unit

    Push a clockdomain on the stack

  25. def readClockEnableWire: Bool

  26. def readClockWire: Bool

  27. def readResetWire: Bool

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped