Packages

case class MMCME2_BASE(CLKIN1_PERIOD: Double, BANDWIDTH: String = "OPTIMIZED", CLKFBOUT_MULT_F: Double = 5.0, CLKFBOUT_PHASE: Double = 0.0, CLKOUT0_DIVIDE_F: Double = 1.0, CLKOUT1_DIVIDE: Double = 1, CLKOUT2_DIVIDE: Double = 1, CLKOUT3_DIVIDE: Double = 1, CLKOUT4_DIVIDE: Double = 1, CLKOUT5_DIVIDE: Double = 1, CLKOUT0_DUTY_CYCLE: Double = 0.5, CLKOUT1_DUTY_CYCLE: Double = 0.5, CLKOUT2_DUTY_CYCLE: Double = 0.5, CLKOUT3_DUTY_CYCLE: Double = 0.5, CLKOUT4_DUTY_CYCLE: Double = 0.5, CLKOUT5_DUTY_CYCLE: Double = 0.5, CLKOUT0_PHASE: Double = 0.0, CLKOUT1_PHASE: Double = 0.0, CLKOUT2_PHASE: Double = 0.0, CLKOUT3_PHASE: Double = 0.0, CLKOUT4_PHASE: Double = 0.0, CLKOUT5_PHASE: Double = 0.0, CLKOUT4_CASCADE: String = "FALSE", DIVCLK_DIVIDE: Double = 1.0, REF_JITTER1: Double = 0.0, STARTUP_WAIT: String = "FALSE") extends BlackBox with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BlackBox, Component, ValCallbackRec, ValCallback, OverridedEqualsHashCode, SpinalTagReady, Stackable, PostInitCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MMCME2_BASE
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BlackBox
  7. Component
  8. ValCallbackRec
  9. ValCallback
  10. OverridedEqualsHashCode
  11. SpinalTagReady
  12. Stackable
  13. PostInitCallback
  14. NameableByComponent
  15. Nameable
  16. ContextUser
  17. ScalaLocated
  18. GlobalDataUser
  19. OwnableRef
  20. AnyRef
  21. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MMCME2_BASE(CLKIN1_PERIOD: Double, BANDWIDTH: String = "OPTIMIZED", CLKFBOUT_MULT_F: Double = 5.0, CLKFBOUT_PHASE: Double = 0.0, CLKOUT0_DIVIDE_F: Double = 1.0, CLKOUT1_DIVIDE: Double = 1, CLKOUT2_DIVIDE: Double = 1, CLKOUT3_DIVIDE: Double = 1, CLKOUT4_DIVIDE: Double = 1, CLKOUT5_DIVIDE: Double = 1, CLKOUT0_DUTY_CYCLE: Double = 0.5, CLKOUT1_DUTY_CYCLE: Double = 0.5, CLKOUT2_DUTY_CYCLE: Double = 0.5, CLKOUT3_DUTY_CYCLE: Double = 0.5, CLKOUT4_DUTY_CYCLE: Double = 0.5, CLKOUT5_DUTY_CYCLE: Double = 0.5, CLKOUT0_PHASE: Double = 0.0, CLKOUT1_PHASE: Double = 0.0, CLKOUT2_PHASE: Double = 0.0, CLKOUT3_PHASE: Double = 0.0, CLKOUT4_PHASE: Double = 0.0, CLKOUT5_PHASE: Double = 0.0, CLKOUT4_CASCADE: String = "FALSE", DIVCLK_DIVIDE: Double = 1.0, REF_JITTER1: Double = 0.0, STARTUP_WAIT: String = "FALSE")

Type Members

  1. case class PrePopTask(task: () ⇒ Unit) extends Product with Serializable

    Class used to create a task that must be executed after the creation of the component

    Class used to create a task that must be executed after the creation of the component

    Definition Classes
    Component
  2. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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. val BANDWIDTH: String
  5. val CLKFBIN: Bool
  6. val CLKFBOUT: Bool
  7. val CLKFBOUTB: Bool
  8. val CLKFBOUT_MULT_F: Double
  9. val CLKFBOUT_PHASE: Double
  10. val CLKIN1: Bool
  11. val CLKIN1_PERIOD: Double
  12. val CLKOUT0: Bool
  13. val CLKOUT0B: Bool
  14. val CLKOUT0_DIVIDE_F: Double
  15. val CLKOUT0_DUTY_CYCLE: Double
  16. val CLKOUT0_PHASE: Double
  17. val CLKOUT1: Bool
  18. val CLKOUT1B: Bool
  19. val CLKOUT1_DIVIDE: Double
  20. val CLKOUT1_DUTY_CYCLE: Double
  21. val CLKOUT1_PHASE: Double
  22. val CLKOUT2: Bool
  23. val CLKOUT2B: Bool
  24. val CLKOUT2_DIVIDE: Double
  25. val CLKOUT2_DUTY_CYCLE: Double
  26. val CLKOUT2_PHASE: Double
  27. val CLKOUT3: Bool
  28. val CLKOUT3B: Bool
  29. val CLKOUT3_DIVIDE: Double
  30. val CLKOUT3_DUTY_CYCLE: Double
  31. val CLKOUT3_PHASE: Double
  32. val CLKOUT4: Bool
  33. val CLKOUT4_CASCADE: String
  34. val CLKOUT4_DIVIDE: Double
  35. val CLKOUT4_DUTY_CYCLE: Double
  36. val CLKOUT4_PHASE: Double
  37. val CLKOUT5: Bool
  38. val CLKOUT5_DIVIDE: Double
  39. val CLKOUT5_DUTY_CYCLE: Double
  40. val CLKOUT5_PHASE: Double
  41. val CLKOUT6: Bool
  42. val DIVCLK_DIVIDE: Double
  43. val LOCKED: Bool
  44. val PWRDWN: Bool
  45. val REF_JITTER1: Double
  46. val RST: Bool
  47. val STARTUP_WAIT: String
  48. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  49. def addAttribute(attribute: Attribute): MMCME2_BASE.this.type
    Definition Classes
    ComponentSpinalTagReady
  50. def addAttribute(name: String, value: Int): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  51. def addAttribute(name: String, value: String): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  52. def addAttribute(name: String): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  53. def addComment(str: String): Component
    Definition Classes
    Component
  54. def addGeneric(name: String, that: Any): Unit
    Definition Classes
    BlackBox
  55. def addGenerics(l: (String, Any)*): Unit
    Definition Classes
    BlackBox
  56. def addPrePopTask(task: () ⇒ Unit): ArrayBuffer[PrePopTask]

    Add a new prePopTask

    Add a new prePopTask

    Definition Classes
    Component
  57. def addRTLPath(path: String): LinkedHashSet[String]

    Add the path of the rtl file

    Add the path of the rtl file

    Definition Classes
    BlackBox
  58. def addTag[T <: SpinalTag](spinalTag: T): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  59. def addTags(h: SpinalTag, tail: SpinalTag*): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  60. def addTags[T <: SpinalTag](tags: Iterable[T]): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  61. def afterElaboration(body: ⇒ Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  62. def asFormalDut(): MMCME2_BASE.this.type
    Definition Classes
    Component
  63. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  64. val children: ArrayBuffer[Component]

    Contains an array of all children Component

    Contains an array of all children Component

    Definition Classes
    Component
  65. def clearBlackBox(): Unit
    Definition Classes
    BlackBox
  66. val clockDomain: Handle[ClockDomain]

    Get the current clock domain (null if there is no clock domain already set )

    Get the current clock domain (null if there is no clock domain already set )

    Definition Classes
    Component
  67. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  68. def component: Component
    Definition Classes
    ContextUser
  69. val definition: $anon forSome {type $anon <: SpinalTagReady { def addComment(str: String): $anon }}
    Definition Classes
    Component
  70. var definitionName: String

    Definition Name (name of the entity (VHDL) or module (Verilog))

    Definition Name (name of the entity (VHDL) or module (Verilog))

    Definition Classes
    Component
  71. var definitionNameNoMerge: Boolean
    Definition Classes
    Component
  72. val dslBody: ScopeStatement
    Definition Classes
    Component
  73. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  75. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  76. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  77. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  78. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  79. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  80. val genericElements: ArrayBuffer[(String, Any)]
    Definition Classes
    BlackBox
  81. def getAllIo: Set[BaseType]

    Get a set of all IO available in the component

    Get a set of all IO available in the component

    Definition Classes
    Component
  82. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  83. def getDisplayName(): String
    Definition Classes
    ComponentNameable
  84. def getGeneric: Generic

    Return the generic of the blackbox

    Return the generic of the blackbox

    Definition Classes
    BlackBox
  85. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]
    Definition Classes
    Component
  86. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  87. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  88. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  89. def getName(): String
    Definition Classes
    NameableByComponentNameable
  90. def getOrdredNodeIo: List[BaseType]

    Sort all IO regarding instanceCounter

    Sort all IO regarding instanceCounter

    Definition Classes
    Component
  91. def getParentsPath(sep: String = "/"): String

    Return the path of the parent

    Return the path of the parent

    Definition Classes
    Component
    Example:
    1. toplevel/[myComponent1] // Current component is myComponent2
  92. def getPartialName(): String
    Definition Classes
    Nameable
  93. def getPath(sep: String = "/"): String

    Return the path of the component

    Return the path of the component

    Definition Classes
    Component
    Example:
    1. toplevel/[myComponent1]/[myComponent2] // Current component is myComponent2
  94. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  95. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  96. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Component
  97. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  98. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  99. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  100. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  101. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  102. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  103. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  104. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  105. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  106. var impl: BlackBoxImpl
    Definition Classes
    BlackBox
  107. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  108. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  109. def isBlackBox: Boolean
    Definition Classes
    BlackBox
  110. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  111. def isDefaultGenericValue: Boolean
    Definition Classes
    BlackBox
  112. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  113. var isFormalTester: Boolean
    Definition Classes
    Component
  114. def isInBlackBoxTree: Boolean
    Definition Classes
    BlackBoxComponent
  115. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  116. def isLogicLess: Boolean
    Definition Classes
    Component
  117. final def isNamed: Boolean
    Definition Classes
    Nameable
  118. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  119. var isSpinalSimWb: Boolean
    Definition Classes
    BlackBox
  120. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  121. def isUsingNoNumericType: Boolean

    Return true if the blackbox used the tag noNumericType

    Return true if the blackbox used the tag noNumericType

    Definition Classes
    BlackBox
  122. def isUsingULogic: Boolean

    Return true if the blackbox used std_ulogic

    Return true if the blackbox used std_ulogic

    Definition Classes
    BlackBox
  123. val librariesUsages: HashSet[String]
    Definition Classes
    BlackBox
  124. val listRTLPath: LinkedHashSet[String]
    Definition Classes
    BlackBox
  125. var localNamingScope: NamingScope

    Name allocation

    Name allocation

    Definition Classes
    Component
  126. def mapClockDomain(clockDomain: ClockDomain = ClockDomain.current, clock: Bool = null, reset: Bool = null, enable: Bool = null, resetActiveLevel: Polarity = HIGH, enableActiveLevel: Polarity = HIGH): Unit

    Map clock domain signals (clock, reset, enable) to a clockDomain

    Map clock domain signals (clock, reset, enable) to a clockDomain

    Definition Classes
    BlackBox
  127. def mapCurrentClockDomain(clock: Bool, reset: Bool = null, enable: Bool = null, resetActiveLevel: Polarity = HIGH, enableActiveLevel: Polarity = HIGH): Unit

    Map clock domains signal to the current ClockDomain

    Map clock domains signal to the current ClockDomain

    Definition Classes
    BlackBox
  128. val name: String
    Definition Classes
    Nameable
  129. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  130. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  131. def noIoPrefix(): MMCME2_BASE.this.type

    No "io_" prefix in front of the in/out signals

    No "io_" prefix in front of the in/out signals

    Definition Classes
    Component
  132. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  133. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  134. def onBody[T](body: ⇒ T): T
    Definition Classes
    Component
  135. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  136. def overrideLocalName(name: String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  137. def parent: Component

    Get the parent component (null if there is no parent)

    Get the parent component (null if there is no parent)

    Definition Classes
    Component
  138. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  139. def parents(of: Component = this, list: List[Component] = Nil): List[Component]

    Return a list of all parents of the components

    Return a list of all parents of the components

    Definition Classes
    Component
  140. def postInitCallback(): MMCME2_BASE.this.type
    Definition Classes
    Component → PostInitCallback
  141. def postPopEvent(): Unit
    Definition Classes
    Stackable
  142. def postPushEvent(): Unit
    Definition Classes
    ComponentStackable
  143. def prePop(): Unit
    Definition Classes
    Component
  144. def prePopEvent(): Unit
    Definition Classes
    ComponentStackable
  145. var pulledDataCache: Map[Data, Data]
    Definition Classes
    Component
  146. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  147. def reflectBaseType(name: String): BaseType
    Definition Classes
    Component
  148. def reflectNames(): Unit
    Definition Classes
    Nameable
  149. def removeTag(spinalTag: SpinalTag): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  150. def removeTags(tags: Iterable[SpinalTag]): MMCME2_BASE.this.type
    Definition Classes
    SpinalTagReady
  151. def replaceStdLogicByStdULogic(): BlackBox

    Replace std_logic by std_ulogic

    Replace std_logic by std_ulogic

    Definition Classes
    BlackBox
  152. def rework[T](gen: ⇒ T): T
    Definition Classes
    Component
  153. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  154. val scopeProperties: Capture

    Rework the component

    Rework the component

    Definition Classes
    Component
  155. def setBlackBox(): Unit
    Definition Classes
    BlackBox
  156. def setBlackBoxName(name: String): MMCME2_BASE.this.type

    Set the name of the blackbox

    Set the name of the blackbox

    Definition Classes
    BlackBox
  157. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  158. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  159. def setCompositeName(nameable: Nameable, postfix: String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  160. def setCompositeName(nameable: Nameable, namePriority: Byte): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  161. def setCompositeName(nameable: Nameable, weak: Boolean): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  162. def setCompositeName(nameable: Nameable): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  163. def setDefinitionName(name: String, noMerge: Boolean = true): MMCME2_BASE.this.type

    Set the definition name of the component

    Set the definition name of the component

    Definition Classes
    Component
  164. def setFormalTester(): Unit
    Definition Classes
    Component
  165. def setInline(impl: BlackBoxImpl): Unit
    Definition Classes
    BlackBox
  166. def setInlineVerilog(str: String): Unit
    Definition Classes
    BlackBox
  167. def setInlineVhdl(str: String): Unit
    Definition Classes
    BlackBox
  168. def setIoCd(cd: ClockDomain = this.clockDomain): Unit
    Definition Classes
    BlackBox
  169. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  170. def setName(name: String, namePriority: Byte): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  171. def setName(name: String, weak: Boolean): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  172. def setName(name: String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  173. def setNameAsWeak(): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  174. def setPartialName(name: String, namePriority: Byte, owner: Any): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  175. def setPartialName(name: String, namePriority: Byte): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  176. def setPartialName(name: String, weak: Boolean): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  177. def setPartialName(owner: Nameable, name: String, namePriority: Byte): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  178. def setPartialName(owner: Nameable, name: String, weak: Boolean): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  179. def setPartialName(name: String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  180. def setPartialName(owner: Nameable, name: String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  181. def setPartialName(owner: Nameable): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  182. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  183. def setScalaLocated(source: ScalaLocated): MMCME2_BASE.this.type
    Definition Classes
    ScalaLocated
  184. def setWeakName(name: String): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  185. def spinalSimWhiteBox(): Unit
    Definition Classes
    BlackBox
  186. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  187. def stub(): MMCME2_BASE.this.type

    Empty Component, remove logic in component and assign zero on output port as stub

    Empty Component, remove logic in component and assign zero on output port as stub

    Definition Classes
    Component
    Example:
    1. val dut = (new MyComponent).stub()
  188. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  189. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  190. def traceDisable(recursive: Boolean = true): MMCME2_BASE.this.type
    Definition Classes
    Component
  191. def traceEnable(recursive: Boolean = true): MMCME2_BASE.this.type
    Definition Classes
    Component
  192. var traceEnabled: Boolean
    Definition Classes
    Component
  193. def unsetName(): MMCME2_BASE.this.type
    Definition Classes
    Nameable
  194. val userCache: Map[Any, Any]

    Used to store arbitrary object related to the component

    Used to store arbitrary object related to the component

    Definition Classes
    Component
  195. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  196. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  197. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    ComponentValCallbackRec
  198. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  199. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  200. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  201. def walkComponents(body: (Component) ⇒ Unit): Unit
    Definition Classes
    Component
  202. def withAutoPull(): Unit
    Definition Classes
    Component
  203. var withHierarchyAutoPull: Boolean
    Definition Classes
    Component
  204. def withKeywords(): Unit
    Definition Classes
    Component
  205. var withVitalOutputs: Boolean
    Definition Classes
    Component
  206. def withoutKeywords(): Unit
    Definition Classes
    Component
  207. var withoutReservedKeywords: Boolean
    Definition Classes
    Component

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 BlackBox

Inherited from Component

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from OverridedEqualsHashCode

Inherited from SpinalTagReady

Inherited from Stackable

Inherited from PostInitCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped