Packages

case class PLLE2_BASE(bandwidth: String = "OPTIMIZED", startUpWait: String = "FALSE", clkIn1_Period: Double = 0.0, clkOut_Mult: Int = 2, clkOut0_Divide: Int = 1, clkOut0_Phase: Double = 0.0, clkOut0_DutyCycle: Double = 0.5, clkOut1_Divide: Int = 1, clkOut1_Phase: Double = 0.0, clkOut1_DutyCycle: Double = 0.5, clkOut2_Divide: Int = 1, clkOut2_Phase: Double = 0.0, clkOut2_DutyCycle: Double = 0.5, clkOut3_Divide: Int = 1, clkOut3_Phase: Double = 0.0, clkOut3_DutyCycle: Double = 0.5, clkOut4_Divide: Int = 1, clkOut4_Phase: Double = 0.0, clkOut4_DutyCycle: Double = 0.5, clkOut5_Divide: Int = 1, clkOut5_Phase: Double = 0.0, clkOut5_DutyCycle: Double = 0.5) extends BlackBox with Product with Serializable

Linear Supertypes
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. PLLE2_BASE
  2. Serializable
  3. Product
  4. Equals
  5. BlackBox
  6. Component
  7. ValCallbackRec
  8. ValCallback
  9. OverridedEqualsHashCode
  10. SpinalTagReady
  11. Stackable
  12. PostInitCallback
  13. NameableByComponent
  14. Nameable
  15. ContextUser
  16. ScalaLocated
  17. GlobalDataUser
  18. OwnableRef
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PLLE2_BASE(bandwidth: String = "OPTIMIZED", startUpWait: String = "FALSE", clkIn1_Period: Double = 0.0, clkOut_Mult: Int = 2, clkOut0_Divide: Int = 1, clkOut0_Phase: Double = 0.0, clkOut0_DutyCycle: Double = 0.5, clkOut1_Divide: Int = 1, clkOut1_Phase: Double = 0.0, clkOut1_DutyCycle: Double = 0.5, clkOut2_Divide: Int = 1, clkOut2_Phase: Double = 0.0, clkOut2_DutyCycle: Double = 0.5, clkOut3_Divide: Int = 1, clkOut3_Phase: Double = 0.0, clkOut3_DutyCycle: Double = 0.5, clkOut4_Divide: Int = 1, clkOut4_Phase: Double = 0.0, clkOut4_DutyCycle: Double = 0.5, clkOut5_Divide: Int = 1, clkOut5_Phase: Double = 0.0, clkOut5_DutyCycle: Double = 0.5)

Type Members

  1. case class PrePopTask extends Product with Serializable
    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 CLKFBIN: Bool
  5. val CLKFBOUT: Bool
  6. val CLKIN1: Bool
  7. val CLKOUT0: Bool
  8. val CLKOUT1: Bool
  9. val CLKOUT2: Bool
  10. val CLKOUT3: Bool
  11. val CLKOUT4: Bool
  12. val CLKOUT5: Bool
  13. val LOCKED: Bool
  14. val PWRDWN: Bool
  15. val RST: Bool
  16. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  17. def addAttribute(attribute: Attribute): PLLE2_BASE.this.type
    Definition Classes
    Component → SpinalTagReady
  18. def addAttribute(name: String, value: Int): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  19. def addAttribute(name: String, value: String): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  20. def addAttribute(name: String): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  21. def addGeneric(name: String, that: Any): Unit
    Definition Classes
    BlackBox
  22. def addGenerics(l: (String, Any)*): Unit
    Definition Classes
    BlackBox
  23. def addPrePopTask(task: () => Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  24. def addRTLPath(path: String): LinkedHashSet[String]
    Definition Classes
    BlackBox
  25. def addTag[T <: SpinalTag](spinalTag: T): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  26. def addTags[T <: SpinalTag](tags: Iterable[T]): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  27. def afterElaboration(body: => Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. val bandwidth: String
  30. val children: ArrayBuffer[Component]
    Definition Classes
    Component
  31. def clearBlackBox(): Unit
    Definition Classes
    BlackBox
  32. val clkIn1_Period: Double
  33. val clkOut0_Divide: Int
  34. val clkOut0_DutyCycle: Double
  35. val clkOut0_Phase: Double
  36. val clkOut1_Divide: Int
  37. val clkOut1_DutyCycle: Double
  38. val clkOut1_Phase: Double
  39. val clkOut2_Divide: Int
  40. val clkOut2_DutyCycle: Double
  41. val clkOut2_Phase: Double
  42. val clkOut3_Divide: Int
  43. val clkOut3_DutyCycle: Double
  44. val clkOut3_Phase: Double
  45. val clkOut4_Divide: Int
  46. val clkOut4_DutyCycle: Double
  47. val clkOut4_Phase: Double
  48. val clkOut5_Divide: Int
  49. val clkOut5_DutyCycle: Double
  50. val clkOut5_Phase: Double
  51. val clkOut_Mult: Int
  52. val clockDomain: Handle[ClockDomain]
    Definition Classes
    Component
  53. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  54. def component: Component
    Definition Classes
    ContextUser
  55. val definition: SpinalTagReady
    Definition Classes
    Component
  56. var definitionName: String
    Definition Classes
    Component
  57. val dslBody: ScopeStatement
    Definition Classes
    Component
  58. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  60. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  61. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  62. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  63. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  64. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  65. val genericElements: ArrayBuffer[(String, Any)]
    Definition Classes
    BlackBox
  66. def getAllIo: Set[BaseType]
    Definition Classes
    Component
  67. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  68. def getDisplayName(): String
    Definition Classes
    Component → Nameable
  69. def getGeneric: Generic
    Definition Classes
    BlackBox
  70. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]
    Definition Classes
    Component
  71. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  72. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  73. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  74. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  75. def getOrdredNodeIo: List[BaseType]
    Definition Classes
    Component
  76. def getParentsPath(sep: String): String
    Definition Classes
    Component
  77. def getPartialName(): String
    Definition Classes
    Nameable
  78. def getPath(sep: String): String
    Definition Classes
    Component
  79. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  80. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  81. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  82. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  83. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  84. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  85. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  86. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  87. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  88. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  89. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  90. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  91. def isBlackBox: Boolean
    Definition Classes
    BlackBox
  92. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  93. def isDefaultGenericValue: Boolean
    Definition Classes
    BlackBox
  94. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  95. def isInBlackBoxTree: Boolean
    Definition Classes
    BlackBox → Component
  96. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  97. def isLogicLess: Boolean
    Definition Classes
    Component
  98. def isNamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  99. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  100. var isSpinalSimWb: Boolean
    Definition Classes
    BlackBox
  101. def isUnnamed: Boolean
    Definition Classes
    Nameable
  102. def isUsingNoNumericType: Boolean
    Definition Classes
    BlackBox
  103. def isUsingULogic: Boolean
    Definition Classes
    BlackBox
  104. val librariesUsages: HashSet[String]
    Definition Classes
    BlackBox
  105. val listRTLPath: LinkedHashSet[String]
    Definition Classes
    BlackBox
  106. var localNamingScope: NamingScope
    Definition Classes
    Component
  107. def mapClockDomain(clockDomain: ClockDomain, clock: Bool, reset: Bool, enable: Bool, resetActiveLevel: Polarity, enableActiveLevel: Polarity): Unit
    Definition Classes
    BlackBox
  108. def mapCurrentClockDomain(clock: Bool, reset: Bool, enable: Bool, resetActiveLevel: Polarity, enableActiveLevel: Polarity): Unit
    Definition Classes
    BlackBox
  109. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  110. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  111. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  112. def noIoPrefix(): PLLE2_BASE.this.type
    Definition Classes
    Component
  113. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  114. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  115. def onBody[T](body: => T): T
    Definition Classes
    Component
  116. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  117. def overrideLocalName(name: String): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  118. def parent: Component
    Definition Classes
    Component
  119. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  120. def parents(of: Component, list: List[Component]): List[Component]
    Definition Classes
    Component
  121. def postInitCallback(): PLLE2_BASE.this.type
    Definition Classes
    Component → PostInitCallback
  122. def postPopEvent(): Unit
    Definition Classes
    Stackable
  123. def postPushEvent(): Unit
    Definition Classes
    Component → Stackable
  124. def prePop(): Unit
    Definition Classes
    Component
  125. def prePopEvent(): Unit
    Definition Classes
    Component → Stackable
  126. def productElementNames: Iterator[String]
    Definition Classes
    Product
  127. def propagateIo[T <: Data](childIo: T): T
    Definition Classes
    Component
  128. var pulledDataCache: Map[Data, Data]
    Definition Classes
    Component
  129. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  130. def reflectBaseType(name: String): BaseType
    Definition Classes
    Component
  131. def reflectNames(): Unit
    Definition Classes
    Nameable
  132. def removeTag(spinalTag: SpinalTag): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  133. def removeTags(tags: Iterable[SpinalTag]): PLLE2_BASE.this.type
    Definition Classes
    SpinalTagReady
  134. def replaceStdLogicByStdULogic(): BlackBox
    Definition Classes
    BlackBox
  135. def rework[T](gen: => T): T
    Definition Classes
    Component
  136. val scopeProperties: LinkedHashMap[ScopeProperty[Any], Any]
    Definition Classes
    Component
  137. def setBlackBox(): Unit
    Definition Classes
    BlackBox
  138. def setBlackBoxName(name: String): PLLE2_BASE.this.type
    Definition Classes
    BlackBox
  139. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  140. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  141. def setCompositeName(nameable: Nameable, postfix: String): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  142. def setCompositeName(nameable: Nameable, namePriority: Byte): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  143. def setCompositeName(nameable: Nameable, weak: Boolean): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  144. def setCompositeName(nameable: Nameable): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  145. def setDefinitionName(name: String): PLLE2_BASE.this.type
    Definition Classes
    Component
  146. def setName(name: String, namePriority: Byte): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  147. def setName(name: String, weak: Boolean): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  148. def setName(name: String): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  149. def setNameAsWeak(): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  150. def setPartialName(name: String, namePriority: Byte): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  151. def setPartialName(name: String, weak: Boolean): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  152. def setPartialName(owner: Nameable, name: String, namePriority: Byte): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  153. def setPartialName(owner: Nameable, name: String, weak: Boolean): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  154. def setPartialName(name: String): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  155. def setPartialName(owner: Nameable, name: String): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  156. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  157. def setScalaLocated(source: ScalaLocated): PLLE2_BASE.this.type
    Definition Classes
    ScalaLocated
  158. def setWeakName(name: String): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  159. def spinalSimWhiteBox(): Unit
    Definition Classes
    BlackBox
  160. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  161. val startUpWait: String
  162. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  163. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  164. def unsetName(): PLLE2_BASE.this.type
    Definition Classes
    Nameable
  165. val userCache: Map[AnyRef, Map[AnyRef, AnyRef]]
    Definition Classes
    Component
  166. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  167. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  168. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    Component → ValCallbackRec
  169. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  170. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  171. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  172. def walkComponents(body: (Component) => Unit): Unit
    Definition Classes
    Component
  173. def withKeywords(): Unit
    Definition Classes
    Component
  174. def withoutKeywords(): Unit
    Definition Classes
    Component
  175. 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 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