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. def areSynchronous(a: ClockDomain, b: ClockDomain): Boolean
  2. def areSynchronous(a: ClockDomain, b: ClockDomain, solved: HashMap[Bool, Set[Bool]] = ...): Boolean
  3. def areSynchronousBool(a: Bool, b: Bool)(solved: HashMap[Bool, Set[Bool]]): Boolean
  4. val crossClockBufferPushToPopResetGen: ScopeProperty[Boolean]
  5. def current: ClockDomain

    Return the current clock Domain

  6. def currentHandle: Handle[ClockDomain]
  7. def defaultConfig: ClockDomainConfig
  8. 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)

  9. def getClockDomainDriver(that: Bool): Bool
  10. def getClockDomainTag(that: Bool): ClockDomainBoolTag
  11. def getSyncronous(that: Bool)(solved: HashMap[Bool, Set[Bool]] = ...): Set[Bool]
  12. 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.

  13. def isClockEnableActive: Bool
  14. def isResetActive: Bool
  15. def push(c: ClockDomain): ClockDomainStack.SetReturn
  16. def push(c: Handle[ClockDomain]): ClockDomainStack.SetReturn

    Push a clockdomain on the stack

  17. def readClockEnableWire: Bool
  18. def readClockWire: Bool
  19. def readResetWire: Bool