Class

spinal.lib.blackbox.lattice.ice40

SB_PLL40_PAD_CONFIG

Related Doc: package ice40

Permalink

case class SB_PLL40_PAD_CONFIG(DIVR: Bits, DIVF: Bits, DIVQ: Bits, FILTER_RANGE: Bits, FEEDBACK_PATH: String, DELAY_ADJUSTMENT_MODE_FEEDBACK: String, FDA_FEEDBACK: Bits, DELAY_ADJUSTMENT_MODE_RELATIVE: String, FDA_RELATIVE: Bits, SHIFTREG_DIV_MODE: Bits, PLLOUT_SELECT: String, ENABLE_ICEGATE: Bool, withLock: Boolean = false) extends AbstractPllConfig with Product with Serializable

Annotations
@deprecated
Deprecated

Use SB_PLL40_CONFIG instead as it provides checking/calculation features

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractPllConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SB_PLL40_PAD_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_PAD_CONFIG(DIVR: Bits, DIVF: Bits, DIVQ: Bits, FILTER_RANGE: Bits, FEEDBACK_PATH: String, DELAY_ADJUSTMENT_MODE_FEEDBACK: String, FDA_FEEDBACK: Bits, DELAY_ADJUSTMENT_MODE_RELATIVE: String, FDA_RELATIVE: Bits, SHIFTREG_DIV_MODE: Bits, PLLOUT_SELECT: String, ENABLE_ICEGATE: Bool, 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. var DELAY_ADJUSTMENT_MODE_FEEDBACK: String

    Permalink
  5. var DELAY_ADJUSTMENT_MODE_RELATIVE: String

    Permalink
  6. var DIVF: Bits

    Permalink
  7. var DIVQ: Bits

    Permalink
  8. var DIVR: Bits

    Permalink
  9. var ENABLE_ICEGATE: Bool

    Permalink
  10. var FDA_FEEDBACK: Bits

    Permalink
  11. var FDA_RELATIVE: Bits

    Permalink
  12. var FEEDBACK_PATH: String

    Permalink
  13. var FILTER_RANGE: Bits

    Permalink
  14. var PLLOUT_SELECT: String

    Permalink
  15. var SHIFTREG_DIV_MODE: Bits

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

    Permalink
    Definition Classes
    SB_PLL40_PAD_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. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  30. def withExtFeedback: Boolean

    Permalink
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  31. def withLatchInputValue: Boolean

    Permalink
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  32. val withLock: Boolean

    Permalink
    Definition Classes
    SB_PLL40_PAD_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