Packages

c

spinal.core

TupleBundle22

case class TupleBundle22[T1 <: Data, T2 <: Data, T3 <: Data, T4 <: Data, T5 <: Data, T6 <: Data, T7 <: Data, T8 <: Data, T9 <: Data, T10 <: Data, T11 <: Data, T12 <: Data, T13 <: Data, T14 <: Data, T15 <: Data, T16 <: Data, T17 <: Data, T18 <: Data, T19 <: Data, T20 <: Data, T21 <: Data, T22 <: Data](payloadType1: HardType[T1], payloadType2: HardType[T2], payloadType3: HardType[T3], payloadType4: HardType[T4], payloadType5: HardType[T5], payloadType6: HardType[T6], payloadType7: HardType[T7], payloadType8: HardType[T8], payloadType9: HardType[T9], payloadType10: HardType[T10], payloadType11: HardType[T11], payloadType12: HardType[T12], payloadType13: HardType[T13], payloadType14: HardType[T14], payloadType15: HardType[T15], payloadType16: HardType[T16], payloadType17: HardType[T17], payloadType18: HardType[T18], payloadType19: HardType[T19], payloadType20: HardType[T20], payloadType21: HardType[T21], payloadType22: HardType[T22]) extends TupleBundleBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleBundle22
  2. Serializable
  3. Product
  4. Equals
  5. TupleBundleBase
  6. Bundle
  7. ValCallbackRec
  8. ValCallback
  9. MultiData
  10. Data
  11. InComponent
  12. OverridedEqualsHashCode
  13. SpinalTagReady
  14. Assignable
  15. NameableByComponent
  16. Nameable
  17. OwnableRef
  18. ContextUser
  19. ScalaLocated
  20. GlobalDataUser
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TupleBundle22(payloadType1: HardType[T1], payloadType2: HardType[T2], payloadType3: HardType[T3], payloadType4: HardType[T4], payloadType5: HardType[T5], payloadType6: HardType[T6], payloadType7: HardType[T7], payloadType8: HardType[T8], payloadType9: HardType[T9], payloadType10: HardType[T10], payloadType11: HardType[T11], payloadType12: HardType[T12], payloadType13: HardType[T13], payloadType14: HardType[T14], payloadType15: HardType[T15], payloadType16: HardType[T16], payloadType17: HardType[T17], payloadType18: HardType[T18], payloadType19: HardType[T19], payloadType20: HardType[T20], payloadType21: HardType[T21], payloadType22: HardType[T22])

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Concatenation between two data

    Concatenation between two data

    Definition Classes
    Data
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. def #*(count: Int): Bits
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val _1: T1
  7. val _10: T10
  8. val _11: T11
  9. val _12: T12
  10. val _13: T13
  11. val _14: T14
  12. val _15: T15
  13. val _16: T16
  14. val _17: T17
  15. val _18: T18
  16. val _19: T19
  17. val _2: T2
  18. val _20: T20
  19. val _21: T21
  20. val _22: T22
  21. val _3: T3
  22. val _4: T4
  23. val _5: T5
  24. val _6: T6
  25. val _7: T7
  26. val _8: T8
  27. val _9: T9
  28. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  29. def addAttribute(attribute: Attribute): TupleBundle22.this.type
    Definition Classes
    DataSpinalTagReady
  30. def addAttribute(name: String, value: Int): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  31. def addAttribute(name: String, value: String): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  32. def addAttribute(name: String): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  33. def addTag[T <: SpinalTag](spinalTag: T): TupleBundle22.this.type
    Definition Classes
    MultiDataSpinalTagReady
  34. def addTags(h: SpinalTag, tail: SpinalTag*): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  35. def addTags[T <: SpinalTag](tags: Iterable[T]): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  36. def allowDirectionLessIo(): TupleBundle22.this.type

    Allow a Data of an io Bundle to be directionless

    Allow a Data of an io Bundle to be directionless

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/iobundle.html

    Definition Classes
    Data
  37. def allowOverride(): TupleBundle22.this.type

    Allow a Data to be overriden

    Allow a Data to be overriden

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/assignment_overlap.html

    Definition Classes
    Data
  38. def allowPartialyAssigned(): TupleBundle22.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  39. def allowPruning(): TupleBundle22.this.type
    Definition Classes
    Data
  40. def allowSimplifyIt(): TupleBundle22.this.type
    Definition Classes
    Data
  41. def allowUnsetRegToAvoidLatch(): TupleBundle22.this.type

    Allow a register to have only an init (no assignments)

    Allow a register to have only an init (no assignments)

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/unassigned_register.html#register-with-only-init

    Definition Classes
    Data
  42. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  43. def asBits: Bits

    Cast data to Bits

    Cast data to Bits

    Definition Classes
    MultiDataData
  44. def asData: Data
    Definition Classes
    Data
  45. def asInOut(): TupleBundle22.this.type

    set a data as inout

    set a data as inout

    Definition Classes
    MultiDataData
  46. def asInput(): TupleBundle22.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  47. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  48. def asOutput(): TupleBundle22.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  49. def asRevertedBits: Bits
    Definition Classes
    TupleBundleBase
  50. def assignAllByName(that: Bundle): Unit

    Assign the bundle with an other bundle by name

    Assign the bundle with an other bundle by name

    Definition Classes
    Bundle
  51. def assignDontCare(): TupleBundle22.this.type
    Definition Classes
    Data
  52. def assignDontCareToUnasigned(): TupleBundle22.this.type
    Definition Classes
    Data
  53. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  54. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  55. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  56. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  57. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  58. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  59. def assignSomeByName(that: Bundle): Unit

    Assign all possible signal fo the bundle with an other bundle by name

    Assign all possible signal fo the bundle with an other bundle by name

    Definition Classes
    Bundle
  60. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  61. def bundleAssign(that: Bundle)(f: (Data, Data) => Unit): Unit
    Definition Classes
    Bundle
  62. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  63. def clearAll(): TupleBundle22.this.type
    Definition Classes
    Data
  64. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  65. def component: Component
    Definition Classes
    ContextUser
  66. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  67. val compositeAssign: Assignable
    Definition Classes
    Assignable
  68. def copyDirectionOfImpl(that: Data): TupleBundle22.this.type
    Definition Classes
    MultiDataData
  69. def dirString(): String
    Definition Classes
    Data
  70. def dontSimplifyIt(): TupleBundle22.this.type
    Definition Classes
    Data
  71. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    TupleBundleBaseBundleMultiData
  72. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  73. def elementsString: String
    Definition Classes
    MultiData
  74. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  75. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  76. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  77. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  78. def find(name: String): Data
    Definition Classes
    MultiData
  79. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  80. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  81. def flattenForeach(body: (BaseType) => Unit): Unit
    Definition Classes
    MultiDataData
  82. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  83. def flip(): TupleBundle22.this.type

    flip the direction of the data

    flip the direction of the data

    Definition Classes
    MultiDataData
  84. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  85. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  86. def freeze(): TupleBundle22.this.type
    Definition Classes
    MultiDataData
  87. def getAheadValue(): TupleBundle22.this.type
    Definition Classes
    Data
  88. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

    Definition Classes
    MultiDataData
  89. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  90. def getComponent(): Component
    Definition Classes
    DataInComponentNameableByComponent
  91. def getComponents(): Seq[Component]

    Get current component with all parents

    Get current component with all parents

    Definition Classes
    InComponent
  92. def getDirection: IODirection
    Definition Classes
    Data
  93. def getDisplayName(): String
    Definition Classes
    Nameable
  94. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  95. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  96. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]
    Definition Classes
    Data
  97. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  98. def getName(): String
    Definition Classes
    NameableByComponentNameable
  99. def getPartialName(): String
    Definition Classes
    Nameable
  100. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  101. def getRealSource: Any
    Definition Classes
    Assignable
  102. def getRealSourceNoRec: Any
    Definition Classes
    DataAssignable
  103. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  104. def getRootParent: Data
    Definition Classes
    Data
  105. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Data
  106. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  107. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  108. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  109. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  110. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  111. def getTypeString: String
    Definition Classes
    Bundle
  112. def getZero: TupleBundle22.this.type

    Create a data set to 0

    Create a data set to 0

    Definition Classes
    MultiDataData
  113. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  114. var hardtype: HardType[_]
    Definition Classes
    Bundle
  115. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  116. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  117. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  118. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
    Definition Classes
    Data
  119. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  120. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  121. def isAnalog: Boolean
    Definition Classes
    Data
  122. def isComb: Boolean
    Definition Classes
    Data
  123. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  124. def isDirectionLess: Boolean
    Definition Classes
    Data
  125. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  126. def isInOut: Boolean
    Definition Classes
    Data
  127. def isInput: Boolean
    Definition Classes
    Data
  128. def isInputOrInOut: Boolean
    Definition Classes
    Data
  129. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  130. def isNamed: Boolean
    Definition Classes
    NameableByComponentNameable
  131. def isOutput: Boolean
    Definition Classes
    Data
  132. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  133. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  134. def isReg: Boolean
    Definition Classes
    Data
  135. def isRegOnAssign: Boolean
    Definition Classes
    Data
  136. def isUnnamed: Boolean
    Definition Classes
    Nameable
  137. val name: String
    Definition Classes
    Nameable
  138. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  139. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  140. def noBackendCombMerge(): TupleBundle22.this.type

    Put the combinatorial logic driving this signal in a separate process

    Put the combinatorial logic driving this signal in a separate process

    Definition Classes
    Data
  141. def noCombLoopCheck(): TupleBundle22.this.type

    Disable combinatorial loop checking for this Data

    Disable combinatorial loop checking for this Data

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/combinatorial_loop.html

    Definition Classes
    Data
  142. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  143. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  144. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  145. def overrideLocalName(name: String): TupleBundle22.this.type
    Definition Classes
    Nameable
  146. val parent: Data
    Definition Classes
    Data
  147. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  148. val payloadType1: HardType[T1]
  149. val payloadType10: HardType[T10]
  150. val payloadType11: HardType[T11]
  151. val payloadType12: HardType[T12]
  152. val payloadType13: HardType[T13]
  153. val payloadType14: HardType[T14]
  154. val payloadType15: HardType[T15]
  155. val payloadType16: HardType[T16]
  156. val payloadType17: HardType[T17]
  157. val payloadType18: HardType[T18]
  158. val payloadType19: HardType[T19]
  159. val payloadType2: HardType[T2]
  160. val payloadType20: HardType[T20]
  161. val payloadType21: HardType[T21]
  162. val payloadType22: HardType[T22]
  163. val payloadType3: HardType[T3]
  164. val payloadType4: HardType[T4]
  165. val payloadType5: HardType[T5]
  166. val payloadType6: HardType[T6]
  167. val payloadType7: HardType[T7]
  168. val payloadType8: HardType[T8]
  169. val payloadType9: HardType[T9]
  170. def productElementNames: Iterator[String]
    Definition Classes
    Product
  171. def pull(propagateName: Boolean): TupleBundle22.this.type
    Definition Classes
    Data
  172. def pull(): TupleBundle22.this.type

    Pull a signal to the top level (use for debugging)

    Pull a signal to the top level (use for debugging)

    Definition Classes
    Data
  173. def purify(): TupleBundle22.this.type
    Definition Classes
    Data
  174. def randBoot(u: Unit): TupleBundle22.this.type

    Useful for register that doesn't need a reset value in RTL, but need a random value for simulation (avoid x-propagation)

    Useful for register that doesn't need a reset value in RTL, but need a random value for simulation (avoid x-propagation)

    Definition Classes
    Data
  175. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  176. def reflectNames(): Unit
    Definition Classes
    Nameable
  177. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): TupleBundle22.this.type
    Definition Classes
    Data
  178. def removeDataAssignments(): TupleBundle22.this.type
    Definition Classes
    Data
  179. def removeInitAssignments(): TupleBundle22.this.type
    Definition Classes
    Data
  180. def removeTag(spinalTag: SpinalTag): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  181. def removeTags(tags: Iterable[SpinalTag]): TupleBundle22.this.type
    Definition Classes
    SpinalTagReady
  182. def resized: TupleBundle22.this.type

    Resized data regarding target

    Resized data regarding target

    Definition Classes
    Data
  183. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  184. def rootIFList(): List[Interface]
    Definition Classes
    Data
  185. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  186. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  187. def setAll(): TupleBundle22.this.type
    Definition Classes
    Data
  188. def setAsAnalog(): TupleBundle22.this.type
    Definition Classes
    Data
  189. def setAsComb(): TupleBundle22.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  190. def setAsDirectionLess(): TupleBundle22.this.type

    remove the direction (in,out,inout) to a data

    remove the direction (in,out,inout) to a data

    Definition Classes
    MultiDataData
  191. def setAsReg(): TupleBundle22.this.type

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  192. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): TupleBundle22.this.type
    Definition Classes
    Nameable
  193. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): TupleBundle22.this.type
    Definition Classes
    Nameable
  194. def setCompositeName(nameable: Nameable, postfix: String): TupleBundle22.this.type
    Definition Classes
    Nameable
  195. def setCompositeName(nameable: Nameable, namePriority: Byte): TupleBundle22.this.type
    Definition Classes
    Nameable
  196. def setCompositeName(nameable: Nameable, weak: Boolean): TupleBundle22.this.type
    Definition Classes
    Nameable
  197. def setCompositeName(nameable: Nameable): TupleBundle22.this.type
    Definition Classes
    Nameable
  198. def setLambdaName(isNameBody: => Boolean)(nameGen: => String): TupleBundle22.this.type
    Definition Classes
    Nameable
  199. def setName(name: String, namePriority: Byte): TupleBundle22.this.type
    Definition Classes
    Nameable
  200. def setName(name: String, weak: Boolean): TupleBundle22.this.type
    Definition Classes
    Nameable
  201. def setName(name: String): TupleBundle22.this.type
    Definition Classes
    Nameable
  202. def setNameAsWeak(): TupleBundle22.this.type
    Definition Classes
    Nameable
  203. def setOutputAsReg(): TupleBundle22.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  204. def setPartialName(name: String, namePriority: Byte, owner: Any): TupleBundle22.this.type
    Definition Classes
    Nameable
  205. def setPartialName(name: String, namePriority: Byte): TupleBundle22.this.type
    Definition Classes
    Nameable
  206. def setPartialName(name: String, weak: Boolean): TupleBundle22.this.type
    Definition Classes
    Nameable
  207. def setPartialName(owner: Nameable, name: String, namePriority: Byte): TupleBundle22.this.type
    Definition Classes
    Nameable
  208. def setPartialName(owner: Nameable, name: String, weak: Boolean): TupleBundle22.this.type
    Definition Classes
    Nameable
  209. def setPartialName(name: String): TupleBundle22.this.type
    Definition Classes
    Nameable
  210. def setPartialName(owner: Nameable, name: String): TupleBundle22.this.type
    Definition Classes
    Nameable
  211. def setPartialName(owner: Nameable): TupleBundle22.this.type
    Definition Classes
    Nameable
  212. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  213. def setScalaLocated(source: ScalaLocated): TupleBundle22.this.type
    Definition Classes
    ScalaLocated
  214. def setWeakName(name: String): TupleBundle22.this.type
    Definition Classes
    Nameable
  215. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  216. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  217. def toIo(): TupleBundle22.this.type
    Definition Classes
    Data
  218. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  219. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  220. def unfreeze(): TupleBundle22.this.type
    Definition Classes
    MultiDataData
  221. def unsetName(): TupleBundle22.this.type
    Definition Classes
    Nameable
  222. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  223. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  224. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    TupleBundleBaseBundleValCallbackRec
  225. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  226. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  227. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  228. def wrapNext(): TupleBundle22.this.type
    Definition Classes
    Data
  229. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): TupleBundle22.this.type
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  3. def genIf(cond: Boolean): TupleBundle22.this.type

    Generate this if condition is true

    Generate this if condition is true

    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    does not work with <>, use 'someBool generate Type()' or 'if(condition) Type() else null' instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TupleBundleBase

Inherited from Bundle

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from MultiData

Inherited from Data

Inherited from InComponent

Inherited from SpinalTagReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from OwnableRef

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped