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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SB_PLL40_CONFIG
- Serializable
- Product
- Equals
- AbstractPllConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DELAY_ADJUSTMENT_MODE_FEEDBACK: AdjustmentMode
- val DELAY_ADJUSTMENT_MODE_RELATIVE: AdjustmentMode
- val DIVF: Int
- val DIVQ: Int
- val DIVR: Int
- val ENABLE_ICEGATE: Boolean
- val FDA_FEEDBACK: Int
- val FDA_RELATIVE: Int
- val FEEDBACK_PATH: FeedbackPath
- val FILTER_RANGE: Int
- val PLLOUT_SELECT: PllOutSelect
- val SHIFTREG_DIV_MODE: ShiftregDivMode
- def applyTo(bb: BlackBox): Unit
- Definition Classes
- SB_PLL40_CONFIG → AbstractPllConfig
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fout(fin: HertzNumber): HertzNumber
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDynamicDelay: Boolean
- Definition Classes
- SB_PLL40_CONFIG → AbstractPllConfig
- def withExtFeedback: Boolean
- Definition Classes
- SB_PLL40_CONFIG → AbstractPllConfig
- def withLatchInputValue: Boolean
- Definition Classes
- SB_PLL40_CONFIG → AbstractPllConfig
- val withLock: Boolean
- Definition Classes
- SB_PLL40_CONFIG → AbstractPllConfig
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)