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
- Serializable
- Product
- Equals
- AbstractPllConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fout(fin: HertzNumber): HertzNumber
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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