Packages

c

spinal.core

TupleBundle10

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

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

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 _2: T2
  9. val _3: T3
  10. val _4: T4
  11. val _5: T5
  12. val _6: T6
  13. val _7: T7
  14. val _8: T8
  15. val _9: T9
  16. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  17. def addAttribute(attribute: Attribute): TupleBundle10.this.type
    Definition Classes
    DataSpinalTagReady
  18. def addAttribute(name: String, value: Int): TupleBundle10.this.type
    Definition Classes
    SpinalTagReady
  19. def addAttribute(name: String, value: String): TupleBundle10.this.type
    Definition Classes
    SpinalTagReady
  20. def addAttribute(name: String): TupleBundle10.this.type
    Definition Classes
    SpinalTagReady
  21. def addTag[T <: SpinalTag](spinalTag: T): TupleBundle10.this.type
    Definition Classes
    MultiDataSpinalTagReady
  22. def addTags[T <: SpinalTag](tags: Iterable[T]): TupleBundle10.this.type
    Definition Classes
    SpinalTagReady
  23. def allowDirectionLessIo(): TupleBundle10.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
  24. def allowOverride(): TupleBundle10.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
  25. def allowPartialyAssigned(): TupleBundle10.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  26. def allowPruning(): TupleBundle10.this.type
    Definition Classes
    Data
  27. def allowSimplifyIt(): TupleBundle10.this.type
    Definition Classes
    Data
  28. def allowUnsetRegToAvoidLatch(): TupleBundle10.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
  29. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  30. def asBits: Bits

    Cast data to Bits

    Cast data to Bits

    Definition Classes
    MultiDataData
  31. def asData: Data
    Definition Classes
    Data
  32. def asInOut(): TupleBundle10.this.type

    set a data as inout

    set a data as inout

    Definition Classes
    MultiDataData
  33. def asInput(): TupleBundle10.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def asOutput(): TupleBundle10.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  36. def asRevertedBits: Bits
    Definition Classes
    TupleBundleBase
  37. 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
  38. def assignDontCare(): TupleBundle10.this.type
    Definition Classes
    Data
  39. def assignDontCareToUnasigned(): TupleBundle10.this.type
    Definition Classes
    Data
  40. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  41. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  42. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  43. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  44. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  45. 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
  46. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  47. def bundleAssign(that: Bundle)(f: (Data, Data) => Unit): Unit
    Definition Classes
    Bundle
  48. def clearAll(): TupleBundle10.this.type
    Definition Classes
    Data
  49. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  50. def component: Component
    Definition Classes
    ContextUser
  51. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  52. val compositeAssign: Assignable
    Definition Classes
    Assignable
  53. def copyDirectionOfImpl(that: Data): TupleBundle10.this.type
    Definition Classes
    MultiDataData
  54. def dirString(): String
    Definition Classes
    Data
  55. def dontSimplifyIt(): TupleBundle10.this.type
    Definition Classes
    Data
  56. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    TupleBundleBaseBundleMultiData
  57. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  58. def elementsString: String
    Definition Classes
    MultiData
  59. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  60. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  61. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  62. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  63. def find(name: String): Data
    Definition Classes
    MultiData
  64. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  65. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  66. def flattenForeach(body: (BaseType) => Unit): Unit
    Definition Classes
    MultiDataData
  67. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  68. def flip(): TupleBundle10.this.type

    flip the direction of the data

    flip the direction of the data

    Definition Classes
    MultiDataData
  69. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  70. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  71. def freeze(): TupleBundle10.this.type
    Definition Classes
    MultiDataData
  72. def getAheadValue(): TupleBundle10.this.type
    Definition Classes
    Data
  73. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

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

    Get current component with all parents

    Get current component with all parents

    Definition Classes
    InComponent
  77. def getDirection: IODirection
    Definition Classes
    Data
  78. def getDisplayName(): String
    Definition Classes
    Nameable
  79. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  80. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  81. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]
    Definition Classes
    Data
  82. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  83. def getName(): String
    Definition Classes
    NameableByComponentNameable
  84. def getPartialName(): String
    Definition Classes
    Nameable
  85. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  86. def getRealSource: Any
    Definition Classes
    Assignable
  87. def getRealSourceNoRec: Any
    Definition Classes
    DataAssignable
  88. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  89. def getRootParent: Data
    Definition Classes
    Data
  90. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Data
  91. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  92. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  93. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  94. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  95. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  96. def getTypeString: String
    Definition Classes
    Bundle
  97. def getZero: TupleBundle10.this.type

    Create a data set to 0

    Create a data set to 0

    Definition Classes
    MultiDataData
  98. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  99. var hardtype: HardType[_]
    Definition Classes
    Bundle
  100. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  101. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  102. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  103. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
    Definition Classes
    Data
  104. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  105. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  106. def isAnalog: Boolean
    Definition Classes
    Data
  107. def isComb: Boolean
    Definition Classes
    Data
  108. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  109. def isDirectionLess: Boolean
    Definition Classes
    Data
  110. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  111. def isInOut: Boolean
    Definition Classes
    Data
  112. def isInput: Boolean
    Definition Classes
    Data
  113. def isInputOrInOut: Boolean
    Definition Classes
    Data
  114. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  115. def isNamed: Boolean
    Definition Classes
    NameableByComponentNameable
  116. def isOutput: Boolean
    Definition Classes
    Data
  117. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  118. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  119. def isReg: Boolean
    Definition Classes
    Data
  120. def isRegOnAssign: Boolean
    Definition Classes
    Data
  121. def isUnnamed: Boolean
    Definition Classes
    Nameable
  122. val name: String
    Definition Classes
    Nameable
  123. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  124. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  125. def noBackendCombMerge(): TupleBundle10.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
  126. def noCombLoopCheck(): TupleBundle10.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
  127. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  128. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  129. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  130. def overrideLocalName(name: String): TupleBundle10.this.type
    Definition Classes
    Nameable
  131. val parent: Data
    Definition Classes
    Data
  132. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  133. val payloadType1: HardType[T1]
  134. val payloadType10: HardType[T10]
  135. val payloadType2: HardType[T2]
  136. val payloadType3: HardType[T3]
  137. val payloadType4: HardType[T4]
  138. val payloadType5: HardType[T5]
  139. val payloadType6: HardType[T6]
  140. val payloadType7: HardType[T7]
  141. val payloadType8: HardType[T8]
  142. val payloadType9: HardType[T9]
  143. def productElementNames: Iterator[String]
    Definition Classes
    Product
  144. def pull(propagateName: Boolean): TupleBundle10.this.type
    Definition Classes
    Data
  145. def pull(): TupleBundle10.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
  146. def purify(): TupleBundle10.this.type
    Definition Classes
    Data
  147. def randBoot(u: Unit): TupleBundle10.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
  148. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  149. def reflectNames(): Unit
    Definition Classes
    Nameable
  150. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): TupleBundle10.this.type
    Definition Classes
    Data
  151. def removeDataAssignments(): TupleBundle10.this.type
    Definition Classes
    Data
  152. def removeInitAssignments(): TupleBundle10.this.type
    Definition Classes
    Data
  153. def removeTag(spinalTag: SpinalTag): TupleBundle10.this.type
    Definition Classes
    SpinalTagReady
  154. def removeTags(tags: Iterable[SpinalTag]): TupleBundle10.this.type
    Definition Classes
    SpinalTagReady
  155. def resized: TupleBundle10.this.type

    Resized data regarding target

    Resized data regarding target

    Definition Classes
    Data
  156. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  157. def setAll(): TupleBundle10.this.type
    Definition Classes
    Data
  158. def setAsAnalog(): TupleBundle10.this.type
    Definition Classes
    Data
  159. def setAsComb(): TupleBundle10.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  160. def setAsDirectionLess(): TupleBundle10.this.type

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

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

    Definition Classes
    MultiDataData
  161. def setAsReg(): TupleBundle10.this.type

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  162. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): TupleBundle10.this.type
    Definition Classes
    Nameable
  163. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): TupleBundle10.this.type
    Definition Classes
    Nameable
  164. def setCompositeName(nameable: Nameable, postfix: String): TupleBundle10.this.type
    Definition Classes
    Nameable
  165. def setCompositeName(nameable: Nameable, namePriority: Byte): TupleBundle10.this.type
    Definition Classes
    Nameable
  166. def setCompositeName(nameable: Nameable, weak: Boolean): TupleBundle10.this.type
    Definition Classes
    Nameable
  167. def setCompositeName(nameable: Nameable): TupleBundle10.this.type
    Definition Classes
    Nameable
  168. def setLambdaName(isNameBody: => Boolean)(nameGen: => String): TupleBundle10.this.type
    Definition Classes
    Nameable
  169. def setName(name: String, namePriority: Byte): TupleBundle10.this.type
    Definition Classes
    Nameable
  170. def setName(name: String, weak: Boolean): TupleBundle10.this.type
    Definition Classes
    Nameable
  171. def setName(name: String): TupleBundle10.this.type
    Definition Classes
    Nameable
  172. def setNameAsWeak(): TupleBundle10.this.type
    Definition Classes
    Nameable
  173. def setPartialName(name: String, namePriority: Byte, owner: Any): TupleBundle10.this.type
    Definition Classes
    Nameable
  174. def setPartialName(name: String, namePriority: Byte): TupleBundle10.this.type
    Definition Classes
    Nameable
  175. def setPartialName(name: String, weak: Boolean): TupleBundle10.this.type
    Definition Classes
    Nameable
  176. def setPartialName(owner: Nameable, name: String, namePriority: Byte): TupleBundle10.this.type
    Definition Classes
    Nameable
  177. def setPartialName(owner: Nameable, name: String, weak: Boolean): TupleBundle10.this.type
    Definition Classes
    Nameable
  178. def setPartialName(name: String): TupleBundle10.this.type
    Definition Classes
    Nameable
  179. def setPartialName(owner: Nameable, name: String): TupleBundle10.this.type
    Definition Classes
    Nameable
  180. def setPartialName(owner: Nameable): TupleBundle10.this.type
    Definition Classes
    Nameable
  181. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  182. def setScalaLocated(source: ScalaLocated): TupleBundle10.this.type
    Definition Classes
    ScalaLocated
  183. def setWeakName(name: String): TupleBundle10.this.type
    Definition Classes
    Nameable
  184. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  185. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  186. def toIo(): TupleBundle10.this.type
    Definition Classes
    Data
  187. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  188. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  189. def unfreeze(): TupleBundle10.this.type
    Definition Classes
    MultiDataData
  190. def unsetName(): TupleBundle10.this.type
    Definition Classes
    Nameable
  191. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  192. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  193. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    TupleBundleBaseBundleValCallbackRec
  194. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  195. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  196. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  197. def wrapNext(): TupleBundle10.this.type
    Definition Classes
    Data
  198. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): TupleBundle10.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
  3. def genIf(cond: Boolean): TupleBundle10.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