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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SB_PLL40_PAD_CONFIG
- Serializable
- Serializable
- Product
- Equals
- AbstractPllConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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
- var DELAY_ADJUSTMENT_MODE_FEEDBACK: String
- var DELAY_ADJUSTMENT_MODE_RELATIVE: String
- var DIVF: Bits
- var DIVQ: Bits
- var DIVR: Bits
- var ENABLE_ICEGATE: Bool
- var FDA_FEEDBACK: Bits
- var FDA_RELATIVE: Bits
- var FEEDBACK_PATH: String
- var FILTER_RANGE: Bits
- var PLLOUT_SELECT: String
- var SHIFTREG_DIV_MODE: Bits
-
def
applyTo(bb: BlackBox): Unit
- Definition Classes
- SB_PLL40_PAD_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
-
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_PAD_CONFIG → AbstractPllConfig
-
def
withExtFeedback: Boolean
- Definition Classes
- SB_PLL40_PAD_CONFIG → AbstractPllConfig
-
def
withLatchInputValue: Boolean
- Definition Classes
- SB_PLL40_PAD_CONFIG → AbstractPllConfig
-
val
withLock: Boolean
- Definition Classes
- SB_PLL40_PAD_CONFIG → AbstractPllConfig
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated