Packages

c

spinal.core

TupleBundle9

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

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

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

    Return the count time concatenation of the signal.

    Return the count time concatenation of the signal.

    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 _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): TupleBundle9.this.type
    Definition Classes
    DataSpinalTagReady
  18. def addAttribute(name: String, value: Int): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  19. def addAttribute(name: String, value: String): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  20. def addAttribute(name: String): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  21. def addTag[T <: SpinalTag](spinalTag: T): TupleBundle9.this.type
    Definition Classes
    MultiDataSpinalTagReady
  22. def addTags(h: SpinalTag, tail: SpinalTag*): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  23. def addTags[T <: SpinalTag](tags: Iterable[T]): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  24. def allowDirectionLessIo(): TupleBundle9.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

  25. def allowOverride(): TupleBundle9.this.type

    Allow a signal to be overridden.

    Allow a signal to be overridden.

    Definition Classes
    Data
    See also

    Assignment overlap Error Documentation

  26. def allowPartialyAssigned(): TupleBundle9.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  27. def allowPruning(): TupleBundle9.this.type
    Definition Classes
    Data
  28. def allowSimplifyIt(): TupleBundle9.this.type
    Definition Classes
    Data
  29. def allowUnsetRegToAvoidLatch(): TupleBundle9.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

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

    Cast signal to Bits

    Cast signal to Bits

    Definition Classes
    MultiDataData
  32. def asData: Data
    Definition Classes
    Data
  33. def asInOut(): TupleBundle9.this.type

    Set a signal as inout

    Set a signal as inout

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

    Set a data as input

    Set a data as input

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

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  37. def asRevertedBits: Bits
    Definition Classes
    TupleBundleBase
  38. 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
  39. def assignDontCare(): TupleBundle9.this.type

    Assign the default 'x' value to all signals composing this type.

    Assign the default 'x' value to all signals composing this type.

    Definition Classes
    Data
    See also

    Data type documentation

    "Don't care term" wikipedia article

  40. def assignDontCareToUnasigned(): TupleBundle9.this.type
    Definition Classes
    Data
  41. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  42. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  43. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  44. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  45. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  46. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  47. 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
  48. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  49. def bundleAssign(that: Bundle)(f: (Data, Data) => Unit): Unit
    Definition Classes
    Bundle
  50. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  51. def clearAll(): TupleBundle9.this.type

    Clear all bits to False and return itself

    Clear all bits to False and return itself

    Definition Classes
    Data
  52. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  53. def component: Component
    Definition Classes
    ContextUser
  54. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  55. val compositeAssign: Assignable
    Definition Classes
    Assignable
  56. def copyDirectionOfImpl(that: Data): TupleBundle9.this.type
    Definition Classes
    MultiDataData
  57. def dirString(): String
    Definition Classes
    Data
  58. def dontSimplifyIt(): TupleBundle9.this.type
    Definition Classes
    Data
  59. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    TupleBundleBaseBundleMultiData
  60. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  61. def elementsString: String
    Definition Classes
    MultiData
  62. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  63. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  64. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  65. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  66. def find(name: String): Data
    Definition Classes
    MultiData
  67. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  68. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  69. def flattenForeach(body: (BaseType) => Unit): Unit
    Definition Classes
    MultiDataData
  70. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  71. def flip(): TupleBundle9.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
  72. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  73. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  74. def freeze(): TupleBundle9.this.type
    Definition Classes
    MultiDataData
  75. def getAheadValue(): TupleBundle9.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
  76. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

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

    Get current component with all parents

    Get current component with all parents

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

    Create a signal set to 0

    Create a signal set to 0

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

  131. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  132. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  133. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  134. def overrideLocalName(name: String): TupleBundle9.this.type
    Definition Classes
    Nameable
  135. val parent: Data
    Definition Classes
    Data
  136. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  137. val payloadType1: HardType[T1]
  138. val payloadType2: HardType[T2]
  139. val payloadType3: HardType[T3]
  140. val payloadType4: HardType[T4]
  141. val payloadType5: HardType[T5]
  142. val payloadType6: HardType[T6]
  143. val payloadType7: HardType[T7]
  144. val payloadType8: HardType[T8]
  145. val payloadType9: HardType[T9]
  146. def productElementNames: Iterator[String]
    Definition Classes
    Product
  147. def pull(propagateName: Boolean): TupleBundle9.this.type
    Definition Classes
    Data
  148. def pull(): TupleBundle9.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
  149. def purify(): TupleBundle9.this.type
    Definition Classes
    Data
  150. def randBoot(u: Unit): TupleBundle9.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
  151. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  152. def reflectNames(): Unit
    Definition Classes
    Nameable
  153. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): TupleBundle9.this.type
    Definition Classes
    Data
  154. def removeDataAssignments(): TupleBundle9.this.type
    Definition Classes
    Data
  155. def removeInitAssignments(): TupleBundle9.this.type
    Definition Classes
    Data
  156. def removeTag(spinalTag: SpinalTag): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  157. def removeTags(tags: Iterable[SpinalTag]): TupleBundle9.this.type
    Definition Classes
    SpinalTagReady
  158. def resized: TupleBundle9.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

  159. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  160. def rootIFList(): List[Interface]
    Definition Classes
    Data
  161. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  162. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  163. def setAll(): TupleBundle9.this.type

    Set all bits to True and return itself

    Set all bits to True and return itself

    Definition Classes
    Data
  164. def setAsAnalog(): TupleBundle9.this.type
    Definition Classes
    Data
  165. def setAsComb(): TupleBundle9.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  166. def setAsDirectionLess(): TupleBundle9.this.type

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

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

    Definition Classes
    MultiDataData
  167. def setAsReg(): TupleBundle9.this.type

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  168. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): TupleBundle9.this.type
    Definition Classes
    Nameable
  169. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): TupleBundle9.this.type
    Definition Classes
    Nameable
  170. def setCompositeName(nameable: Nameable, postfix: String): TupleBundle9.this.type
    Definition Classes
    Nameable
  171. def setCompositeName(nameable: Nameable, namePriority: Byte): TupleBundle9.this.type
    Definition Classes
    Nameable
  172. def setCompositeName(nameable: Nameable, weak: Boolean): TupleBundle9.this.type
    Definition Classes
    Nameable
  173. def setCompositeName(nameable: Nameable): TupleBundle9.this.type
    Definition Classes
    Nameable
  174. def setLambdaName(isNameBody: => Boolean)(nameGen: => String): TupleBundle9.this.type
    Definition Classes
    Nameable
  175. def setName(name: String, namePriority: Byte): TupleBundle9.this.type
    Definition Classes
    Nameable
  176. def setName(name: String, weak: Boolean): TupleBundle9.this.type
    Definition Classes
    Nameable
  177. def setName(name: String): TupleBundle9.this.type
    Definition Classes
    Nameable
  178. def setNameAsWeak(): TupleBundle9.this.type
    Definition Classes
    Nameable
  179. def setOutputAsReg(): TupleBundle9.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  180. def setPartialName(name: String, namePriority: Byte, owner: Any): TupleBundle9.this.type
    Definition Classes
    Nameable
  181. def setPartialName(name: String, namePriority: Byte): TupleBundle9.this.type
    Definition Classes
    Nameable
  182. def setPartialName(name: String, weak: Boolean): TupleBundle9.this.type
    Definition Classes
    Nameable
  183. def setPartialName(owner: Nameable, name: String, namePriority: Byte): TupleBundle9.this.type
    Definition Classes
    Nameable
  184. def setPartialName(owner: Nameable, name: String, weak: Boolean): TupleBundle9.this.type
    Definition Classes
    Nameable
  185. def setPartialName(name: String): TupleBundle9.this.type
    Definition Classes
    Nameable
  186. def setPartialName(owner: Nameable, name: String): TupleBundle9.this.type
    Definition Classes
    Nameable
  187. def setPartialName(owner: Nameable): TupleBundle9.this.type
    Definition Classes
    Nameable
  188. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  189. def setScalaLocated(source: ScalaLocated): TupleBundle9.this.type
    Definition Classes
    ScalaLocated
  190. def setWeakName(name: String): TupleBundle9.this.type
    Definition Classes
    Nameable
  191. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  192. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  193. def toIo(): TupleBundle9.this.type
    Definition Classes
    Data
  194. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  195. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  196. def unfreeze(): TupleBundle9.this.type
    Definition Classes
    MultiDataData
  197. def unsetName(): TupleBundle9.this.type
    Definition Classes
    Nameable
  198. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  199. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  200. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    TupleBundleBaseBundleValCallbackRec
  201. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  202. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  203. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  204. def wrapNext(): TupleBundle9.this.type
    Definition Classes
    Data
  205. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

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