Packages

c

spinal.core

TupleBundle20

case class TupleBundle20[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](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]) extends TupleBundleBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleBundle20
  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 TupleBundle20(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])

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 signals

    Concatenation between two signals

    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. def IFparent: Data
    Definition Classes
    Data
  7. val _1: T1
  8. val _10: T10
  9. val _11: T11
  10. val _12: T12
  11. val _13: T13
  12. val _14: T14
  13. val _15: T15
  14. val _16: T16
  15. val _17: T17
  16. val _18: T18
  17. val _19: T19
  18. val _2: T2
  19. val _20: T20
  20. val _3: T3
  21. val _4: T4
  22. val _5: T5
  23. val _6: T6
  24. val _7: T7
  25. val _8: T8
  26. val _9: T9
  27. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  28. def addAttribute(attribute: Attribute): TupleBundle20.this.type
    Definition Classes
    DataSpinalTagReady
  29. def addAttribute(name: String, value: Int): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  30. def addAttribute(name: String, value: String): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  31. def addAttribute(name: String): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  32. def addTag[T <: SpinalTag](spinalTag: T): TupleBundle20.this.type
    Definition Classes
    MultiDataSpinalTagReady
  33. def addTags(h: SpinalTag, tail: SpinalTag*): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  34. def addTags[T <: SpinalTag](tags: Iterable[T]): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  35. def allowDirectionLessIo(): TupleBundle20.this.type

    Allow a signal of an io Bundle to be directionless.

    Allow a signal of an io Bundle to be directionless.

    Definition Classes
    Data
    See also

    IO Bundle Error Documentation

  36. def allowOverride(): TupleBundle20.this.type

    Allow a signal to be overridden.

    Allow a signal to be overridden.

    Definition Classes
    Data
    See also

    Assignment overlap Error Documentation

  37. def allowPartialyAssigned(): TupleBundle20.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  38. def allowPruning(): TupleBundle20.this.type
    Definition Classes
    Data
  39. def allowSimplifyIt(): TupleBundle20.this.type
    Definition Classes
    Data
  40. def allowUnsetRegToAvoidLatch(): TupleBundle20.this.type

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

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

    Definition Classes
    Data
    See also

    "Register with only init" Error Documentation

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

    Cast signal to Bits

    Cast signal to Bits

    Definition Classes
    MultiDataData
  43. def asData: Data
    Definition Classes
    Data
  44. def asInOut(): TupleBundle20.this.type

    Set a signal as inout

    Set a signal as inout

    Definition Classes
    MultiDataData
  45. def asInput(): TupleBundle20.this.type

    Set a data as input

    Set a data as input

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

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  48. def asRevertedBits: Bits
    Definition Classes
    TupleBundleBase
  49. 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
  50. def assignDontCare(): TupleBundle20.this.type
    Definition Classes
    Data
  51. def assignDontCareToUnasigned(): TupleBundle20.this.type
    Definition Classes
    Data
  52. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  53. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  54. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  55. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  56. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  57. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  58. 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
  59. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  60. def bundleAssign(that: Bundle)(f: (Data, Data) => Unit): Unit
    Definition Classes
    Bundle
  61. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  62. def clearAll(): TupleBundle20.this.type
    Definition Classes
    Data
  63. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  64. def component: Component
    Definition Classes
    ContextUser
  65. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  66. val compositeAssign: Assignable
    Definition Classes
    Assignable
  67. def copyDirectionOfImpl(that: Data): TupleBundle20.this.type
    Definition Classes
    MultiDataData
  68. def dirString(): String
    Definition Classes
    Data
  69. def dontSimplifyIt(): TupleBundle20.this.type
    Definition Classes
    Data
  70. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    TupleBundleBaseBundleMultiData
  71. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  72. def elementsString: String
    Definition Classes
    MultiData
  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 find(name: String): Data
    Definition Classes
    MultiData
  78. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  79. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  80. def flattenForeach(body: (BaseType) => Unit): Unit
    Definition Classes
    MultiDataData
  81. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  82. def flip(): TupleBundle20.this.type

    Flip the direction of the signal.

    Flip the direction of the signal.

    in and out are swapped, inout stay the same.

    Definition Classes
    MultiDataData
  83. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  84. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  85. def freeze(): TupleBundle20.this.type
    Definition Classes
    MultiDataData
  86. def getAheadValue(): TupleBundle20.this.type

    For a register, get the value it will have at the next clock, as a combinational signal.

    For a register, get the value it will have at the next clock, as a combinational signal.

    Definition Classes
    Data
  87. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

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

    Get current component with all parents

    Get current component with all parents

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

    Create a signal set to 0

    Create a signal set to 0

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

    Disable combinatorial loop checking for this Data

    Disable combinatorial loop checking for this Data

    Definition Classes
    Data
    See also

    Combinatorial loop Error Documentation

  141. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  142. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  143. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  144. def overrideLocalName(name: String): TupleBundle20.this.type
    Definition Classes
    Nameable
  145. val parent: Data
    Definition Classes
    Data
  146. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  147. val payloadType1: HardType[T1]
  148. val payloadType10: HardType[T10]
  149. val payloadType11: HardType[T11]
  150. val payloadType12: HardType[T12]
  151. val payloadType13: HardType[T13]
  152. val payloadType14: HardType[T14]
  153. val payloadType15: HardType[T15]
  154. val payloadType16: HardType[T16]
  155. val payloadType17: HardType[T17]
  156. val payloadType18: HardType[T18]
  157. val payloadType19: HardType[T19]
  158. val payloadType2: HardType[T2]
  159. val payloadType20: HardType[T20]
  160. val payloadType3: HardType[T3]
  161. val payloadType4: HardType[T4]
  162. val payloadType5: HardType[T5]
  163. val payloadType6: HardType[T6]
  164. val payloadType7: HardType[T7]
  165. val payloadType8: HardType[T8]
  166. val payloadType9: HardType[T9]
  167. def productElementNames: Iterator[String]
    Definition Classes
    Product
  168. def pull(propagateName: Boolean): TupleBundle20.this.type
    Definition Classes
    Data
  169. def pull(): TupleBundle20.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
  170. def purify(): TupleBundle20.this.type
    Definition Classes
    Data
  171. def randBoot(u: Unit): TupleBundle20.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
  172. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  173. def reflectNames(): Unit
    Definition Classes
    Nameable
  174. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): TupleBundle20.this.type
    Definition Classes
    Data
  175. def removeDataAssignments(): TupleBundle20.this.type
    Definition Classes
    Data
  176. def removeInitAssignments(): TupleBundle20.this.type
    Definition Classes
    Data
  177. def removeTag(spinalTag: SpinalTag): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  178. def removeTags(tags: Iterable[SpinalTag]): TupleBundle20.this.type
    Definition Classes
    SpinalTagReady
  179. def resized: TupleBundle20.this.type

    Return a version of the signal which is allowed to be automatically resized where needed.

    Return a version of the signal which is allowed to be automatically resized where needed.

    The resize operation is deferred until the point of assignment later. The resize may widen or truncate, retaining the LSB.

    Definition Classes
    Data
    See also

    Width checking Documentation

  180. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  181. def rootIFList(): List[Interface]
    Definition Classes
    Data
  182. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  183. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  184. def setAll(): TupleBundle20.this.type
    Definition Classes
    Data
  185. def setAsAnalog(): TupleBundle20.this.type
    Definition Classes
    Data
  186. def setAsComb(): TupleBundle20.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  187. def setAsDirectionLess(): TupleBundle20.this.type

    Remove the direction (in, out, inout) to a signal

    Remove the direction (in, out, inout) to a signal

    Definition Classes
    MultiDataData
  188. def setAsReg(): TupleBundle20.this.type

    Set baseType to reg

    Set baseType to reg

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

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

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

Deprecated Value Members

  1. def asDirectionLess(): TupleBundle20.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): TupleBundle20.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