spinal.core

ClockDomain

Related Docs: object ClockDomain | package core

class ClockDomain extends AnyRef

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

Instance Constructors

  1. new ClockDomain(config: ClockDomainConfig, clock: Bool, reset: Bool = null, clockEnable: Bool = null, frequency: IClockDomainFrequency = UnknownFrequency())

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[T](block: ⇒ T): T

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val clock: Bool

  7. val clockEnable: Bool

  8. def clone(config: ClockDomainConfig = config, clock: Bool = clock, reset: Bool = reset, clockEnable: Bool = clockEnable): ClockDomain

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val config: ClockDomainConfig

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

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val frequency: IClockDomainFrequency

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

    Definition Classes
    AnyRef → Any
  16. def hasClockEnableSignal: Boolean

  17. def hasResetSignal: Boolean

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def isClockEnableActive: Bool

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def isResetActive: Bool

  22. def isSyncronousWith(that: ClockDomain): Boolean

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

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

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

    Definition Classes
    AnyRef
  26. def pop(): Unit

  27. def push(): Unit

  28. def readClockEnableWire: Bool

  29. def readClockWire: Bool

  30. def readResetWire: Bool

  31. val reset: Bool

  32. def setSyncronousWith(that: ClockDomain): ArrayBuffer[ClockDomain]

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

    Definition Classes
    AnyRef
  34. val syncroneWith: ArrayBuffer[ClockDomain]

  35. def toString(): String

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped