Packages

c

spinal.lib.blackbox.lattice.ice40

SB_PLL40_PAD_CONFIG

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)

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. var DELAY_ADJUSTMENT_MODE_FEEDBACK: String
  5. var DELAY_ADJUSTMENT_MODE_RELATIVE: String
  6. var DIVF: Bits
  7. var DIVQ: Bits
  8. var DIVR: Bits
  9. var ENABLE_ICEGATE: Bool
  10. var FDA_FEEDBACK: Bits
  11. var FDA_RELATIVE: Bits
  12. var FEEDBACK_PATH: String
  13. var FILTER_RANGE: Bits
  14. var PLLOUT_SELECT: String
  15. var SHIFTREG_DIV_MODE: Bits
  16. def applyTo(bb: BlackBox): Unit
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def withDynamicDelay: Boolean
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  30. def withExtFeedback: Boolean
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  31. def withLatchInputValue: Boolean
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig
  32. val withLock: Boolean
    Definition Classes
    SB_PLL40_PAD_CONFIGAbstractPllConfig

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AbstractPllConfig

Inherited from AnyRef

Inherited from Any

Ungrouped