Packages

c

spinal.core

TupleBundle5

case class TupleBundle5[T1 <: Data, T2 <: Data, T3 <: Data, T4 <: Data, T5 <: Data](payloadType1: HardType[T1], payloadType2: HardType[T2], payloadType3: HardType[T3], payloadType4: HardType[T4], payloadType5: HardType[T5]) extends TupleBundleBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleBundle5
  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 TupleBundle5(payloadType1: HardType[T1], payloadType2: HardType[T2], payloadType3: HardType[T3], payloadType4: HardType[T4], payloadType5: HardType[T5])

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 _2: T2
  8. val _3: T3
  9. val _4: T4
  10. val _5: T5
  11. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  12. def addAttribute(attribute: Attribute): TupleBundle5.this.type
    Definition Classes
    DataSpinalTagReady
  13. def addAttribute(name: String, value: Int): TupleBundle5.this.type
    Definition Classes
    SpinalTagReady
  14. def addAttribute(name: String, value: String): TupleBundle5.this.type
    Definition Classes
    SpinalTagReady
  15. def addAttribute(name: String): TupleBundle5.this.type
    Definition Classes
    SpinalTagReady
  16. def addTag[T <: SpinalTag](spinalTag: T): TupleBundle5.this.type
    Definition Classes
    MultiDataSpinalTagReady
  17. def addTags[T <: SpinalTag](tags: Iterable[T]): TupleBundle5.this.type
    Definition Classes
    SpinalTagReady
  18. def allowDirectionLessIo(): TupleBundle5.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
  19. def allowOverride(): TupleBundle5.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
  20. def allowPartialyAssigned(): TupleBundle5.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  21. def allowPruning(): TupleBundle5.this.type
    Definition Classes
    Data
  22. def allowSimplifyIt(): TupleBundle5.this.type
    Definition Classes
    Data
  23. def allowUnsetRegToAvoidLatch(): TupleBundle5.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
  24. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  25. def asBits: Bits

    Cast data to Bits

    Cast data to Bits

    Definition Classes
    MultiDataData
  26. def asData: Data
    Definition Classes
    Data
  27. def asInOut(): TupleBundle5.this.type

    set a data as inout

    set a data as inout

    Definition Classes
    MultiDataData
  28. def asInput(): TupleBundle5.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def asOutput(): TupleBundle5.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  31. def asRevertedBits: Bits
    Definition Classes
    TupleBundleBase
  32. 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
  33. def assignDontCare(): TupleBundle5.this.type
    Definition Classes
    Data
  34. def assignDontCareToUnasigned(): TupleBundle5.this.type
    Definition Classes
    Data
  35. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  36. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  37. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  38. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  39. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  40. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  41. 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
  42. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  43. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit
    Definition Classes
    Bundle
  44. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  45. def clearAll(): TupleBundle5.this.type
    Definition Classes
    Data
  46. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  47. def component: Component
    Definition Classes
    ContextUser
  48. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  49. val compositeAssign: Assignable
    Definition Classes
    Assignable
  50. def copyDirectionOfImpl(that: Data): TupleBundle5.this.type
    Definition Classes
    MultiDataData
  51. def dirString(): String
    Definition Classes
    Data
  52. def dontSimplifyIt(): TupleBundle5.this.type
    Definition Classes
    Data
  53. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    TupleBundleBaseBundleMultiData
  54. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  55. def elementsString: String
    Definition Classes
    MultiData
  56. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  58. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  59. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  60. def find(name: String): Data
    Definition Classes
    MultiData
  61. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  62. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  63. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
    Definition Classes
    MultiDataData
  64. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  65. def flip(): TupleBundle5.this.type

    flip the direction of the data

    flip the direction of the data

    Definition Classes
    MultiDataData
  66. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  67. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  68. def freeze(): TupleBundle5.this.type
    Definition Classes
    MultiDataData
  69. def getAheadValue(): TupleBundle5.this.type
    Definition Classes
    Data
  70. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

    Definition Classes
    MultiDataData
  71. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  72. def getComponent(): Component
    Definition Classes
    DataInComponentNameableByComponent
  73. def getComponents(): Seq[Component]

    Get current component with all parents

    Get current component with all parents

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

    Create a data set to 0

    Create a data set to 0

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

    Resized data regarding target

    Resized data regarding target

    Definition Classes
    Data
  147. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  148. def rootIFList(): List[Interface]
    Definition Classes
    Data
  149. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  150. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  151. def setAll(): TupleBundle5.this.type
    Definition Classes
    Data
  152. def setAsAnalog(): TupleBundle5.this.type
    Definition Classes
    Data
  153. def setAsComb(): TupleBundle5.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  154. def setAsDirectionLess(): TupleBundle5.this.type

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

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

    Definition Classes
    MultiDataData
  155. def setAsReg(): TupleBundle5.this.type

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  156. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): TupleBundle5.this.type
    Definition Classes
    Nameable
  157. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): TupleBundle5.this.type
    Definition Classes
    Nameable
  158. def setCompositeName(nameable: Nameable, postfix: String): TupleBundle5.this.type
    Definition Classes
    Nameable
  159. def setCompositeName(nameable: Nameable, namePriority: Byte): TupleBundle5.this.type
    Definition Classes
    Nameable
  160. def setCompositeName(nameable: Nameable, weak: Boolean): TupleBundle5.this.type
    Definition Classes
    Nameable
  161. def setCompositeName(nameable: Nameable): TupleBundle5.this.type
    Definition Classes
    Nameable
  162. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): TupleBundle5.this.type
    Definition Classes
    Nameable
  163. def setName(name: String, namePriority: Byte): TupleBundle5.this.type
    Definition Classes
    Nameable
  164. def setName(name: String, weak: Boolean): TupleBundle5.this.type
    Definition Classes
    Nameable
  165. def setName(name: String): TupleBundle5.this.type
    Definition Classes
    Nameable
  166. def setNameAsWeak(): TupleBundle5.this.type
    Definition Classes
    Nameable
  167. def setOutputAsReg(): TupleBundle5.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  168. def setPartialName(name: String, namePriority: Byte, owner: Any): TupleBundle5.this.type
    Definition Classes
    Nameable
  169. def setPartialName(name: String, namePriority: Byte): TupleBundle5.this.type
    Definition Classes
    Nameable
  170. def setPartialName(name: String, weak: Boolean): TupleBundle5.this.type
    Definition Classes
    Nameable
  171. def setPartialName(owner: Nameable, name: String, namePriority: Byte): TupleBundle5.this.type
    Definition Classes
    Nameable
  172. def setPartialName(owner: Nameable, name: String, weak: Boolean): TupleBundle5.this.type
    Definition Classes
    Nameable
  173. def setPartialName(name: String): TupleBundle5.this.type
    Definition Classes
    Nameable
  174. def setPartialName(owner: Nameable, name: String): TupleBundle5.this.type
    Definition Classes
    Nameable
  175. def setPartialName(owner: Nameable): TupleBundle5.this.type
    Definition Classes
    Nameable
  176. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  177. def setScalaLocated(source: ScalaLocated): TupleBundle5.this.type
    Definition Classes
    ScalaLocated
  178. def setWeakName(name: String): TupleBundle5.this.type
    Definition Classes
    Nameable
  179. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  180. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  181. def toIo(): TupleBundle5.this.type
    Definition Classes
    Data
  182. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  183. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  184. def unfreeze(): TupleBundle5.this.type
    Definition Classes
    MultiDataData
  185. def unsetName(): TupleBundle5.this.type
    Definition Classes
    Nameable
  186. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  187. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  188. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    TupleBundleBaseBundleValCallbackRec
  189. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  190. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  191. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  192. def wrapNext(): TupleBundle5.this.type
    Definition Classes
    Data
  193. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

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