Class

spinal.core

TupleBundle11

Related Doc: package core

Permalink

case class TupleBundle11[T1 <: Data, T2 <: Data, T3 <: Data, T4 <: Data, T5 <: Data, T6 <: Data, T7 <: Data, T8 <: Data, T9 <: Data, T10 <: Data, T11 <: 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]) extends TupleBundleBase with Product with Serializable

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

Instance Constructors

  1. new TupleBundle11(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])

    Permalink

Type Members

  1. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Permalink

    Concatenation between two data

    Concatenation between two data

    Definition Classes
    Data
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. def #*(count: Int): Bits

    Permalink
    Definition Classes
    Data
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val _1: T1

    Permalink
  7. val _10: T10

    Permalink
  8. val _11: T11

    Permalink
  9. val _2: T2

    Permalink
  10. val _3: T3

    Permalink
  11. val _4: T4

    Permalink
  12. val _5: T5

    Permalink
  13. val _6: T6

    Permalink
  14. val _7: T7

    Permalink
  15. val _8: T8

    Permalink
  16. val _9: T9

    Permalink
  17. var _spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  18. def addAttribute(attribute: Attribute): TupleBundle11.this.type

    Permalink
    Definition Classes
    DataSpinalTagReady
  19. def addAttribute(name: String, value: Int): TupleBundle11.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  20. def addAttribute(name: String, value: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  21. def addAttribute(name: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  22. def addTag[T <: SpinalTag](spinalTag: T): TupleBundle11.this.type

    Permalink
    Definition Classes
    MultiDataSpinalTagReady
  23. def addTags[T <: SpinalTag](tags: Iterable[T]): TupleBundle11.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  24. def allowDirectionLessIo(): TupleBundle11.this.type

    Permalink

    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
  25. def allowOverride(): TupleBundle11.this.type

    Permalink

    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
  26. def allowPartialyAssigned(): TupleBundle11.this.type

    Permalink

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  27. def allowPruning(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  28. def allowSimplifyIt(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  29. def allowUnsetRegToAvoidLatch(): TupleBundle11.this.type

    Permalink

    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
  30. def as[T <: Data](dataType: HardType[T]): T

    Permalink
    Definition Classes
    Data
  31. def asBits: Bits

    Permalink

    Cast data to Bits

    Cast data to Bits

    Definition Classes
    MultiDataData
  32. def asData: Data

    Permalink
    Definition Classes
    Data
  33. def asInOut(): TupleBundle11.this.type

    Permalink

    set a data as inout

    set a data as inout

    Definition Classes
    MultiDataData
  34. def asInput(): TupleBundle11.this.type

    Permalink

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  35. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  36. def asOutput(): TupleBundle11.this.type

    Permalink

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  37. def asRevertedBits: Bits

    Permalink
    Definition Classes
    TupleBundleBase
  38. def assignAllByName(that: Bundle): Unit

    Permalink

    Assign the bundle with an other bundle by name

    Assign the bundle with an other bundle by name

    Definition Classes
    Bundle
  39. def assignDontCare(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  40. def assignDontCareToUnasigned(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  41. def assignFormalRandom(kind: RandomExpKind): Unit

    Permalink
    Definition Classes
    MultiDataData
  42. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit

    Permalink
    Definition Classes
    Data
  43. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit

    Permalink
    Definition Classes
    MultiDataData
  44. def assignFromBits(bits: Bits): Unit

    Permalink
    Definition Classes
    MultiDataData
  45. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

    Permalink
    Definition Classes
    Data
  46. def assignSomeByName(that: Bundle): Unit

    Permalink

    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
  47. def assignUnassignedByName(that: MultiData): Unit

    Permalink
    Definition Classes
    MultiData
  48. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Bundle
  49. def clearAll(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  50. def clone(): Bundle

    Permalink
    Definition Classes
    BundleData → AnyRef
  51. def component: Component

    Permalink
    Definition Classes
    ContextUser
  52. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit

    Permalink
    Definition Classes
    Assignable
  53. var compositeAssign: Assignable

    Permalink
    Definition Classes
    Assignable
  54. def copyDirectionOfImpl(that: Data): TupleBundle11.this.type

    Permalink
    Definition Classes
    MultiDataData
  55. def dirString(): String

    Permalink
    Definition Classes
    Data
  56. def dontSimplifyIt(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  57. def elements: ArrayBuffer[(String, Data)]

    Permalink
    Definition Classes
    TupleBundleBaseBundleMultiData
  58. var elementsCache: ArrayBuffer[(String, Data)]

    Permalink
    Definition Classes
    Bundle
  59. def elementsString: String

    Permalink
    Definition Classes
    MultiData
  60. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  61. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  62. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  63. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  64. def find(name: String): Data

    Permalink
    Definition Classes
    MultiData
  65. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  66. def flatten: Seq[BaseType]

    Permalink
    Definition Classes
    MultiDataData
  67. def flattenForeach(body: (BaseType) ⇒ Unit): Unit

    Permalink
    Definition Classes
    MultiDataData
  68. def flattenLocalName: Seq[String]

    Permalink
    Definition Classes
    MultiDataData
  69. def flip(): TupleBundle11.this.type

    Permalink

    flip the direction of the data

    flip the direction of the data

    Definition Classes
    MultiDataData
  70. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  71. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  72. def freeze(): TupleBundle11.this.type

    Permalink
    Definition Classes
    MultiDataData
  73. def getAheadValue(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  74. def getBitsWidth: Int

    Permalink

    Return the width of the data

    Return the width of the data

    Definition Classes
    MultiDataData
  75. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  76. def getComponent(): Component

    Permalink
    Definition Classes
    DataInComponentNameableByComponent
  77. def getComponents(): Seq[Component]

    Permalink

    Get current component with all parents

    Get current component with all parents

    Definition Classes
    InComponent
  78. def getDirection: IODirection

    Permalink
    Definition Classes
    Data
  79. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  80. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  81. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  82. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]

    Permalink
    Definition Classes
    Data
  83. def getName(default: String): String

    Permalink
    Definition Classes
    NameableByComponentNameable
  84. def getName(): String

    Permalink
    Definition Classes
    NameableByComponentNameable
  85. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  86. def getPath(from: Component, to: Component): Seq[Component]

    Permalink
    Definition Classes
    NameableByComponent
  87. def getRealSource: Any

    Permalink
    Definition Classes
    Assignable
  88. def getRealSourceNoRec: Any

    Permalink
    Definition Classes
    DataAssignable
  89. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  90. def getRootParent: Data

    Permalink
    Definition Classes
    Data
  91. def getRtlPath(separator: String = "/"): String

    Permalink
    Definition Classes
    Data
  92. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  93. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  94. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  95. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Permalink
    Definition Classes
    SpinalTagReady
  96. def getTags(): LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  97. def getTypeString: String

    Permalink
    Definition Classes
    Bundle
  98. def getZero: TupleBundle11.this.type

    Permalink

    Create a data set to 0

    Create a data set to 0

    Definition Classes
    MultiDataData
  99. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  100. var hardtype: HardType[_]

    Permalink
    Definition Classes
    Bundle
  101. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  102. def hasTag(spinalTag: SpinalTag): Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  103. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  104. final def initFrom(that: AnyRef, target: AnyRef = this): Unit

    Permalink
    Definition Classes
    Data
  105. def instanceAttributes(language: Language): Iterable[Attribute]

    Permalink
    Definition Classes
    SpinalTagReady
  106. def instanceAttributes: Iterable[Attribute]

    Permalink
    Definition Classes
    SpinalTagReady
  107. def isAnalog: Boolean

    Permalink
    Definition Classes
    Data
  108. def isComb: Boolean

    Permalink
    Definition Classes
    Data
  109. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  110. def isDirectionLess: Boolean

    Permalink
    Definition Classes
    Data
  111. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  112. def isInOut: Boolean

    Permalink
    Definition Classes
    Data
  113. def isInput: Boolean

    Permalink
    Definition Classes
    Data
  114. def isInputOrInOut: Boolean

    Permalink
    Definition Classes
    Data
  115. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  116. def isNamed: Boolean

    Permalink
    Definition Classes
    NameableByComponentNameable
  117. def isOutput: Boolean

    Permalink
    Definition Classes
    Data
  118. def isOutputOrInOut: Boolean

    Permalink
    Definition Classes
    Data
  119. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  120. def isReg: Boolean

    Permalink
    Definition Classes
    Data
  121. def isRegOnAssign: Boolean

    Permalink
    Definition Classes
    Data
  122. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  123. var name: String

    Permalink
    Definition Classes
    Nameable
  124. var nameableRef: Nameable

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  125. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  126. def noBackendCombMerge(): TupleBundle11.this.type

    Permalink

    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
  127. def noCombLoopCheck(): TupleBundle11.this.type

    Permalink

    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
  128. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  129. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  130. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  131. def overrideLocalName(name: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  132. var parent: Data

    Permalink
    Definition Classes
    Data
  133. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  134. val payloadType1: HardType[T1]

    Permalink
  135. val payloadType10: HardType[T10]

    Permalink
  136. val payloadType11: HardType[T11]

    Permalink
  137. val payloadType2: HardType[T2]

    Permalink
  138. val payloadType3: HardType[T3]

    Permalink
  139. val payloadType4: HardType[T4]

    Permalink
  140. val payloadType5: HardType[T5]

    Permalink
  141. val payloadType6: HardType[T6]

    Permalink
  142. val payloadType7: HardType[T7]

    Permalink
  143. val payloadType8: HardType[T8]

    Permalink
  144. val payloadType9: HardType[T9]

    Permalink
  145. def pull(propagateName: Boolean): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  146. def pull(): TupleBundle11.this.type

    Permalink

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

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

    Definition Classes
    Data
  147. def purify(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  148. def randBoot(u: Unit): TupleBundle11.this.type

    Permalink

    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
  149. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  150. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  151. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  152. def removeDataAssignments(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  153. def removeInitAssignments(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  154. def removeTag(spinalTag: SpinalTag): TupleBundle11.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  155. def removeTags(tags: Iterable[SpinalTag]): TupleBundle11.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  156. def resized: TupleBundle11.this.type

    Permalink

    Resized data regarding target

    Resized data regarding target

    Definition Classes
    Data
  157. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  158. def setAll(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  159. def setAsAnalog(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  160. def setAsComb(): TupleBundle11.this.type

    Permalink

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  161. def setAsDirectionLess(): TupleBundle11.this.type

    Permalink

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

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

    Definition Classes
    MultiDataData
  162. def setAsReg(): TupleBundle11.this.type

    Permalink

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  163. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  164. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  165. def setCompositeName(nameable: Nameable, postfix: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  166. def setCompositeName(nameable: Nameable, namePriority: Byte): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  167. def setCompositeName(nameable: Nameable, weak: Boolean): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  168. def setCompositeName(nameable: Nameable): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  169. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  170. def setName(name: String, namePriority: Byte): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  171. def setName(name: String, weak: Boolean): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  172. def setName(name: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  173. def setNameAsWeak(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  174. def setPartialName(name: String, namePriority: Byte, owner: Any): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  175. def setPartialName(name: String, namePriority: Byte): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  176. def setPartialName(name: String, weak: Boolean): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  177. def setPartialName(owner: Nameable, name: String, namePriority: Byte): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  178. def setPartialName(owner: Nameable, name: String, weak: Boolean): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  179. def setPartialName(name: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  180. def setPartialName(owner: Nameable, name: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  181. def setPartialName(owner: Nameable): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  182. def setRefOwner(that: Any): Unit

    Permalink
    Definition Classes
    OwnableRef
  183. def setScalaLocated(source: ScalaLocated): TupleBundle11.this.type

    Permalink
    Definition Classes
    ScalaLocated
  184. def setWeakName(name: String): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  185. def spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  186. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  187. def toIo(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  188. def toMuxInput[T <: Data](muxOutput: T): T

    Permalink
    Definition Classes
    Data
  189. def toString(): String

    Permalink
    Definition Classes
    BundleNameable → AnyRef → Any
  190. def unfreeze(): TupleBundle11.this.type

    Permalink
    Definition Classes
    MultiDataData
  191. def unsetName(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Nameable
  192. def valCallback[T](ref: T, name: String): T

    Permalink
    Definition Classes
    ValCallbackRec → ValCallback
  193. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit

    Permalink
    Definition Classes
    ValCallbackRec
  194. def valCallbackRec(ref: Any, name: String): Unit

    Permalink
    Definition Classes
    TupleBundleBaseBundleValCallbackRec
  195. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  198. def wrapNext(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
  199. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]

    Permalink
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): TupleBundle11.this.type

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink

    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 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 OverridedEqualsHashCode

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