Packages

class RationalClockBridge extends BlackBox with ClockBridgeConsts

The default target-side clock bridge. Generates a vector of clocks rationally related to one another. At least one clock must have it's ratio set to one, this will be used as the base clock of the system. Global simulation times, for features that might span multiple clock domains like printf synthesis, are expressed in terms of this base clock.

Self Type
RationalClockBridge
Linear Supertypes
ClockBridgeConsts, BlackBox, BaseBlackBox, BaseModule, IsInstantiable, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RationalClockBridge
  2. ClockBridgeConsts
  3. BlackBox
  4. BaseBlackBox
  5. BaseModule
  6. IsInstantiable
  7. HasId
  8. InstanceId
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RationalClockBridge(allClocks: Seq[RationalClock])

    allClocks

    Rational clock information for each clock in the system.

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 IO[T <: Data](iodef: => T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T
    Attributes
    protected
    Definition Classes
    BaseModule
  5. def _bindIoInPlace(iodef: Data)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): Unit
    Attributes
    protected
    Definition Classes
    BaseModule
  6. var _closed: Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  7. def _compatAutoWrapPorts(): Unit
    Definition Classes
    BaseModule
  8. def _compatIoPortBound(): Boolean
    Attributes
    protected
    Definition Classes
    BlackBox
  9. val allClocks: Seq[RationalClock]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  12. val clockChannelName: String
    Definition Classes
    ClockBridgeConsts
  13. val clockMFMRs: Seq[Int]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. def desiredName: String
    Definition Classes
    BaseModule
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getModulePorts: Seq[Data]
    Attributes
    protected[chisel3]
    Definition Classes
    BaseModule
  20. def hasSeed: Boolean
    Definition Classes
    HasId
  21. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  22. def instanceName: String
    Definition Classes
    BaseModule → HasId → InstanceId
  23. val io: Bundle { val clocks: chisel3.Vec[chisel3.Clock] }
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val minPeriod: BigInt
  26. final lazy val name: String
    Definition Classes
    BaseModule
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. val params: Map[String, Param]
    Definition Classes
    BlackBox
  31. def parentModName: String
    Definition Classes
    HasId → InstanceId
  32. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  33. def pathName: String
    Definition Classes
    HasId → InstanceId
  34. def portsContains(elem: Data): Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  35. def portsSize: Int
    Attributes
    protected
    Definition Classes
    BaseModule
  36. val scaledPeriods: Seq[BigInt]
  37. def suggestName(seed: => String): RationalClockBridge.this.type
    Definition Classes
    HasId
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. final def toAbsoluteTarget: IsModule
    Definition Classes
    BaseModule → InstanceId
  40. final def toNamed: ModuleName
    Definition Classes
    BaseModule → InstanceId
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def toTarget: ModuleTarget
    Definition Classes
    BaseModule → InstanceId
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from ClockBridgeConsts

Inherited from BlackBox

Inherited from BaseBlackBox

Inherited from BaseModule

Inherited from IsInstantiable

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped