Class/Object

spinal.lib.blackbox.lattice.ice40

SB_PLL40_CONFIG

Related Docs: object SB_PLL40_CONFIG | package ice40

Permalink

case class SB_PLL40_CONFIG(DIVR: Int, DIVF: Int, DIVQ: Int, FILTER_RANGE: Int, FEEDBACK_PATH: FeedbackPath = FeedbackPath.SIMPLE, DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode = AdjustmentMode.FIXED, FDA_FEEDBACK: Int, DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode = AdjustmentMode.FIXED, FDA_RELATIVE: Int, SHIFTREG_DIV_MODE: ShiftregDivMode = ShiftregDivMode.DIV_4, PLLOUT_SELECT: PllOutSelect = PllOutSelect.GENCLK, ENABLE_ICEGATE: Boolean = false, withLock: Boolean = false) extends AbstractPllConfig with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractPllConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SB_PLL40_CONFIG
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractPllConfig
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SB_PLL40_CONFIG(DIVR: Int, DIVF: Int, DIVQ: Int, FILTER_RANGE: Int, FEEDBACK_PATH: FeedbackPath = FeedbackPath.SIMPLE, DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode = AdjustmentMode.FIXED, FDA_FEEDBACK: Int, DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode = AdjustmentMode.FIXED, FDA_RELATIVE: Int, SHIFTREG_DIV_MODE: ShiftregDivMode = ShiftregDivMode.DIV_4, PLLOUT_SELECT: PllOutSelect = PllOutSelect.GENCLK, ENABLE_ICEGATE: Boolean = false, withLock: Boolean = false)

    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. val DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode

    Permalink
  5. val DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode

    Permalink
  6. val DIVF: Int

    Permalink
  7. val DIVQ: Int

    Permalink
  8. val DIVR: Int

    Permalink
  9. val ENABLE_ICEGATE: Boolean

    Permalink
  10. val FDA_FEEDBACK: Int

    Permalink
  11. val FDA_RELATIVE: Int

    Permalink
  12. val FEEDBACK_PATH: FeedbackPath

    Permalink
  13. val FILTER_RANGE: Int

    Permalink
  14. val PLLOUT_SELECT: PllOutSelect

    Permalink
  15. val SHIFTREG_DIV_MODE: ShiftregDivMode

    Permalink
  16. def applyTo(bb: BlackBox): Unit

    Permalink
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  17. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def fout(fin: HertzNumber): HertzNumber

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withDynamicDelay: Boolean

    Permalink
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  31. def withExtFeedback: Boolean

    Permalink
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  32. def withLatchInputValue: Boolean

    Permalink
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig
  33. val withLock: Boolean

    Permalink
    Definition Classes
    SB_PLL40_CONFIGAbstractPllConfig

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 Product

Inherited from Equals

Inherited from AbstractPllConfig

Inherited from AnyRef

Inherited from Any

Ungrouped