Packages

c

kr260

KR260

class KR260 extends UltraScalePlus

Linear Supertypes
UltraScalePlus, TCL, Component, ValCallbackRec, ValCallback, OverridedEqualsHashCode, SpinalTagReady, Stackable, PostInitCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KR260
  2. UltraScalePlus
  3. TCL
  4. Component
  5. ValCallbackRec
  6. ValCallback
  7. OverridedEqualsHashCode
  8. SpinalTagReady
  9. Stackable
  10. PostInitCallback
  11. NameableByComponent
  12. Nameable
  13. ContextUser
  14. ScalaLocated
  15. GlobalDataUser
  16. OwnableRef
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KR260(frequency: HertzNumber = 99.999001 MHz, config: KR260Config = new KR260Config())

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 _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  5. def addAttribute(attribute: Attribute): KR260.this.type
    Definition Classes
    Component → SpinalTagReady
  6. def addAttribute(name: String, value: Int): KR260.this.type
    Definition Classes
    SpinalTagReady
  7. def addAttribute(name: String, value: String): KR260.this.type
    Definition Classes
    SpinalTagReady
  8. def addAttribute(name: String): KR260.this.type
    Definition Classes
    SpinalTagReady
  9. def addComment(str: String): Component
    Definition Classes
    Component
  10. def addPrePopTask(task: () => Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  11. def addTag[T <: SpinalTag](spinalTag: T): KR260.this.type
    Definition Classes
    SpinalTagReady
  12. def addTags(h: SpinalTag, tail: SpinalTag*): KR260.this.type
    Definition Classes
    SpinalTagReady
  13. def addTags[T <: SpinalTag](tags: Iterable[T]): KR260.this.type
    Definition Classes
    SpinalTagReady
  14. def afterElaboration(body: => Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  15. def asFormalDut(): KR260.this.type
    Definition Classes
    Component
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. val availableFrequencies: Seq[HertzNumber]
    Definition Classes
    UltraScalePlus
  18. val board: String
    Definition Classes
    KR260UltraScalePlus
  19. val boardPart: String
    Definition Classes
    KR260UltraScalePlus
  20. val children: ArrayBuffer[Component]
    Definition Classes
    Component
  21. val clockDomain: Handle[ClockDomain]
    Definition Classes
    Component
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  23. def component: Component
    Definition Classes
    ContextUser
  24. val config: KR260Config
    Definition Classes
    KR260UltraScalePlus
  25. val definition: $anon forSome {type $anon <: SpinalTagReady { def addComment(str: String): $anon }}
    Definition Classes
    Component
  26. var definitionName: String
    Definition Classes
    Component
  27. var definitionNameNoMerge: Boolean
    Definition Classes
    Component
  28. val differences: Seq[Double]
    Definition Classes
    UltraScalePlus
  29. val dslBody: ScopeStatement
    Definition Classes
    Component
  30. val dummyRegForClockInUltraScalePlusPlatforms: Bool
    Definition Classes
    UltraScalePlus
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  33. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  34. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  35. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  36. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  37. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  38. var frequency: HertzNumber
    Definition Classes
    UltraScalePlus
  39. def generate(): Unit
    Definition Classes
    KR260UltraScalePlus
  40. def getAllIo: Set[BaseType]
    Definition Classes
    Component
  41. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  42. def getDisplayName(): String
    Definition Classes
    Component → Nameable
  43. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]
    Definition Classes
    Component
  44. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  45. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  46. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  47. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  48. def getOrdredNodeIo: List[BaseType]
    Definition Classes
    Component
  49. def getParentsPath(sep: String): String
    Definition Classes
    Component
  50. def getPartialName(): String
    Definition Classes
    Nameable
  51. def getPath(sep: String): String
    Definition Classes
    Component
  52. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  53. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  54. def getRtlPath(separator: String): String
    Definition Classes
    Component
  55. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  56. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  57. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  58. def getTCL(): String
    Definition Classes
    UltraScalePlus
  59. def getTCL(moduleName: String, clock: String): String

    Generates the TCL script specific to the element.

    Generates the TCL script specific to the element.

    Definition Classes
    TCL
  60. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  61. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  62. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  63. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  64. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  65. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  66. val index: Int
    Definition Classes
    UltraScalePlus
  67. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  68. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  69. val io: KR260IO
    Definition Classes
    KR260UltraScalePlus
  70. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  71. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  72. var isFormalTester: Boolean
    Definition Classes
    Component
  73. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  74. def isLogicLess: Boolean
    Definition Classes
    Component
  75. final def isNamed: Boolean
    Definition Classes
    Nameable
  76. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  77. def isUnnamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  78. var localNamingScope: NamingScope
    Definition Classes
    Component
  79. def makeInputsAnyseq(): Unit
    Definition Classes
    Component
  80. val name: String
    Definition Classes
    Nameable
  81. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  82. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. def noIoPrefix(): KR260.this.type
    Definition Classes
    Component
  84. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  85. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  86. def onBody[T](body: => T): T
    Definition Classes
    Component
  87. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  88. def overrideLocalName(name: String): KR260.this.type
    Definition Classes
    Nameable
  89. def parent: Component
    Definition Classes
    Component
  90. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  91. def parents(of: Component, list: List[Component]): List[Component]
    Definition Classes
    Component
  92. def postInitCallback(): KR260.this.type
    Definition Classes
    Component → PostInitCallback
  93. def postPopEvent(): Unit
    Definition Classes
    Stackable
  94. def postPushEvent(): Unit
    Definition Classes
    Component → Stackable
  95. def prePop(): Unit
    Definition Classes
    Component
  96. def prePopEvent(): Unit
    Definition Classes
    Component → Stackable
  97. var pulledDataCache: Map[Data, Data]
    Definition Classes
    Component
  98. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  99. def reflectBaseType(name: String): BaseType
    Definition Classes
    Component
  100. def reflectNames(): Unit
    Definition Classes
    Nameable
  101. def removeTag(spinalTag: SpinalTag): KR260.this.type
    Definition Classes
    SpinalTagReady
  102. def removeTags(tags: Iterable[SpinalTag]): KR260.this.type
    Definition Classes
    SpinalTagReady
  103. def rework[T](gen: => T): T
    Definition Classes
    Component
  104. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  105. val scopeProperties: Capture
    Definition Classes
    Component
  106. def setAttribute(bundle: Bundle): Unit
    Definition Classes
    UltraScalePlus
  107. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): KR260.this.type
    Definition Classes
    Nameable
  108. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): KR260.this.type
    Definition Classes
    Nameable
  109. def setCompositeName(nameable: Nameable, postfix: String): KR260.this.type
    Definition Classes
    Nameable
  110. def setCompositeName(nameable: Nameable, namePriority: Byte): KR260.this.type
    Definition Classes
    Nameable
  111. def setCompositeName(nameable: Nameable, weak: Boolean): KR260.this.type
    Definition Classes
    Nameable
  112. def setCompositeName(nameable: Nameable): KR260.this.type
    Definition Classes
    Nameable
  113. def setDefinitionName(name: String, noMerge: Boolean): KR260.this.type
    Definition Classes
    Component
  114. def setFormalTester(): Unit
    Definition Classes
    Component
  115. def setLambdaName(isNameBody: => Boolean)(nameGen: => String): KR260.this.type
    Definition Classes
    Nameable
  116. def setName(name: String, namePriority: Byte): KR260.this.type
    Definition Classes
    Nameable
  117. def setName(name: String, weak: Boolean): KR260.this.type
    Definition Classes
    Nameable
  118. def setName(name: String): KR260.this.type
    Definition Classes
    Nameable
  119. def setNameAsWeak(): KR260.this.type
    Definition Classes
    Nameable
  120. def setPartialName(name: String, namePriority: Byte, owner: Any): KR260.this.type
    Definition Classes
    Nameable
  121. def setPartialName(name: String, namePriority: Byte): KR260.this.type
    Definition Classes
    Nameable
  122. def setPartialName(name: String, weak: Boolean): KR260.this.type
    Definition Classes
    Nameable
  123. def setPartialName(owner: Nameable, name: String, namePriority: Byte): KR260.this.type
    Definition Classes
    Nameable
  124. def setPartialName(owner: Nameable, name: String, weak: Boolean): KR260.this.type
    Definition Classes
    Nameable
  125. def setPartialName(name: String): KR260.this.type
    Definition Classes
    Nameable
  126. def setPartialName(owner: Nameable, name: String): KR260.this.type
    Definition Classes
    Nameable
  127. def setPartialName(owner: Nameable): KR260.this.type
    Definition Classes
    Nameable
  128. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  129. def setScalaLocated(source: ScalaLocated): KR260.this.type
    Definition Classes
    ScalaLocated
  130. def setWeakName(name: String): KR260.this.type
    Definition Classes
    Nameable
  131. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  132. def stub(): KR260.this.type
    Definition Classes
    Component
  133. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  134. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  135. def traceDisable(recursive: Boolean): KR260.this.type
    Definition Classes
    Component
  136. def traceEnable(recursive: Boolean): KR260.this.type
    Definition Classes
    Component
  137. var traceEnabled: Boolean
    Definition Classes
    Component
  138. def unsetName(): KR260.this.type
    Definition Classes
    Nameable
  139. val userCache: Map[Any, Any]
    Definition Classes
    Component
  140. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  141. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  142. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    Component → ValCallbackRec
  143. val version: String
    Definition Classes
    KR260UltraScalePlus
  144. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  145. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  146. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  147. def walkComponents(body: (Component) => Unit): Unit
    Definition Classes
    Component
  148. def withAutoPull(): Unit
    Definition Classes
    Component
  149. var withHierarchyAutoPull: Boolean
    Definition Classes
    Component
  150. def withKeywords(): Unit
    Definition Classes
    Component
  151. var withVitalOutputs: Boolean
    Definition Classes
    Component
  152. def withoutKeywords(): Unit
    Definition Classes
    Component
  153. 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

    (Since version 9)

Inherited from UltraScalePlus

Inherited from TCL

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