Packages

class Stream[T <: Data] extends Bundle with IMasterSlave with DataCarrier[T]

Linear Supertypes
DataCarrier[T], IMasterSlave, Bundle, ValCallbackRec, ValCallback, MultiData, Data, InComponent, OverridedEqualsHashCode, SpinalTagReady, Assignable, NameableByComponent, Nameable, OwnableRef, ContextUser, ScalaLocated, GlobalDataUser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stream
  2. DataCarrier
  3. IMasterSlave
  4. Bundle
  5. ValCallbackRec
  6. ValCallback
  7. MultiData
  8. Data
  9. InComponent
  10. OverridedEqualsHashCode
  11. SpinalTagReady
  12. Assignable
  13. NameableByComponent
  14. Nameable
  15. OwnableRef
  16. ContextUser
  17. ScalaLocated
  18. GlobalDataUser
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Stream(payloadType: HardType[T])

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
    Definition Classes
    Data
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. def #*(count: Int): Bits
    Definition Classes
    Data
  5. def &(cond: Bool): Stream[T]
  6. def <-/<(that: Stream[T]): Stream[T]

    Connect that to this.

    Connect that to this. The valid/payload/ready path are cut by an register stage

  7. def <-<(that: Stream[T]): Stream[T]

    Connect that to this.

    Connect that to this. The valid/payload path are cut by an register stage

  8. def </<(that: Stream[T]): Stream[T]

    Connect that to this.

    Connect that to this. The ready path is cut by an register stage

  9. def <<(that: Stream[T]): Stream[T]

    Connect that to this

  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def >->(into: Stream[T]): Stream[T]

    Connect this to that.

    Connect this to that. The valid/payload path are cut by an register stage

  12. def >/->(into: Stream[T]): Stream[T]

    Connect that to this.

    Connect that to this. The valid/payload/ready path are cut by an register stage

  13. def >/>(that: Stream[T]): Stream[T]

    Connect this to that.

    Connect this to that. The ready path is cut by an register stage

  14. def >>(into: Stream[T]): Stream[T]

    Connect this to that

  15. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  16. def addAttribute(attribute: Attribute): Stream.this.type
    Definition Classes
    Data → SpinalTagReady
  17. def addAttribute(name: String, value: Int): Stream.this.type
    Definition Classes
    SpinalTagReady
  18. def addAttribute(name: String, value: String): Stream.this.type
    Definition Classes
    SpinalTagReady
  19. def addAttribute(name: String): Stream.this.type
    Definition Classes
    SpinalTagReady
  20. def addFragmentLast(counter: Counter): Stream[Fragment[T]]

    Like addFragmentLast(Bool), but instead of manually telling which values go together, let a counter do the job.

    Like addFragmentLast(Bool), but instead of manually telling which values go together, let a counter do the job. The counter will increment for each passing element. Last will be set high at the end of each revolution.

    Example:
    1. outStream = inStream.addFragmentLast(new Counter(5))
  21. def addFragmentLast(last: Bool): Stream[Fragment[T]]

    Convert this stream to a fragmented stream by adding a last bit.

    Convert this stream to a fragmented stream by adding a last bit. To view it from another perspective, bundle together successive events as fragments of a larger whole. You can then use enhanced operations on fragmented streams, like reducing of elements.

  22. def addTag[T <: SpinalTag](spinalTag: T): Stream.this.type
    Definition Classes
    MultiData → SpinalTagReady
  23. def addTags[T <: SpinalTag](tags: Iterable[T]): Stream.this.type
    Definition Classes
    SpinalTagReady
  24. def allowDirectionLessIo: Stream.this.type
    Definition Classes
    Data
  25. def allowOverride: Stream.this.type
    Definition Classes
    Data
  26. def allowPartialyAssigned: Stream.this.type
    Definition Classes
    Data
  27. def allowPruning(): Stream.this.type
    Definition Classes
    Data
  28. def allowSimplifyIt(): Stream.this.type
    Definition Classes
    Data
  29. def allowUnsetRegToAvoidLatch: Stream.this.type
    Definition Classes
    Data
  30. def arbitrationFrom[T2 <: Data](that: Stream[T2]): Unit

    Drive arbitration signals of this from that

  31. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  32. def asBits: Bits
    Definition Classes
    MultiData → Data
  33. def asData: Data
    Definition Classes
    Data
  34. def asDataStream: Stream[Data]
  35. def asFlow: Flow[T]
  36. def asInOut(): Stream.this.type
    Definition Classes
    MultiData → Data
  37. def asInput(): Stream.this.type
    Definition Classes
    MultiData → Data
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. def asMaster(): Unit
    Definition Classes
    StreamIMasterSlave
  40. def asOutput(): Stream.this.type
    Definition Classes
    MultiData → Data
  41. def asSlave(): Unit
    Definition Classes
    IMasterSlave
  42. def assignAllByName(that: Bundle): Unit
    Definition Classes
    Bundle
  43. def assignDontCare(): Stream.this.type
    Definition Classes
    Data
  44. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiData → Data
  45. final def assignFrom(that: AnyRef, target: AnyRef): Unit
    Definition Classes
    Data
  46. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiData → Data
  47. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiData → Data
  48. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  49. def assignSomeByName(that: Bundle): Unit
    Definition Classes
    Bundle
  50. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  51. def bundleAssign(that: Bundle)(f: (Data, Data) => Unit): Unit
    Definition Classes
    Bundle
  52. def ccToggle(pushClock: ClockDomain, popClock: ClockDomain): Stream[T]
  53. def ccToggleWithoutBuffer(pushClock: ClockDomain, popClock: ClockDomain): Stream[T]
  54. def clearValidWhen(cond: Bool): Stream[T]
  55. def clone(): Stream[T]
    Definition Classes
    Stream → Bundle → Data → AnyRef
  56. def combStage(): Stream[T]

    A combinatorial stage doesn't do anything, but it is nice to separate signals for combinatorial transformations.

  57. def component: Component
    Definition Classes
    ContextUser
  58. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef): Unit
    Definition Classes
    Assignable
  59. val compositeAssign: Assignable
    Definition Classes
    Assignable
  60. def connectFrom(that: Stream[T]): Stream[T]
  61. def continueWhen(cond: Bool): Stream[T]

    Block this when cond is False.

    Block this when cond is False. Return the resulting stream

  62. def copyDirectionOfImpl(that: Data): Stream.this.type
    Definition Classes
    MultiData → Data
  63. def dirString(): String
    Definition Classes
    Data
  64. def dontSimplifyIt(): Stream.this.type
    Definition Classes
    Data
  65. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle → MultiData
  66. def elementsString: String
    Definition Classes
    MultiData
  67. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  68. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  69. def existsTag(cond: (SpinalTag) => Boolean): Boolean
    Definition Classes
    SpinalTagReady
  70. def filterTag(cond: (SpinalTag) => Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  71. def find(name: String): Data
    Definition Classes
    MultiData
  72. def findTag(cond: (SpinalTag) => Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  73. def fire: Bool

    Return True when a transaction occurs on the bus (valid && ready)

    Return True when a transaction occurs on the bus (valid && ready)

    Definition Classes
    StreamDataCarrier
  74. def flatten: Seq[BaseType]
    Definition Classes
    MultiData → Data
  75. def flattenForeach(body: (BaseType) => Unit): Unit
    Definition Classes
    MultiData → Data
  76. def flattenLocalName: Seq[String]
    Definition Classes
    MultiData → Data
  77. def flip(): Stream.this.type
    Definition Classes
    MultiData → Data
  78. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  79. def foreachTag(body: (SpinalTag) => Unit): Unit
    Definition Classes
    SpinalTagReady
  80. def forkSerial(cond: Bool): Stream[T]
  81. def fragmentTransaction(bitsWidth: Int): Stream[Fragment[Bits]]
  82. def freeRun(): Stream.this.type
    Definition Classes
    StreamDataCarrier
  83. def freeze(): Stream.this.type
    Definition Classes
    MultiData → Data
  84. def genIf(cond: Boolean): Stream.this.type
    Definition Classes
    Data
  85. def getAheadValue(): Stream.this.type
    Definition Classes
    Data
  86. def getBitsWidth: Int
    Definition Classes
    MultiData → Data
  87. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  88. def getComponent(): Component
    Definition Classes
    Data → InComponent → NameableByComponent
  89. def getComponents(): Seq[Component]
    Definition Classes
    InComponent
  90. def getDirection: IODirection
    Definition Classes
    Data
  91. def getDisplayName(): String
    Definition Classes
    Nameable
  92. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  93. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  94. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]
    Definition Classes
    Data
  95. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  96. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  97. def getPartialName(): String
    Definition Classes
    Nameable
  98. def getRealSource: Any
    Definition Classes
    Assignable
  99. def getRealSourceNoRec: Any
    Definition Classes
    Data → Assignable
  100. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  101. def getRootParent: Data
    Definition Classes
    Data
  102. def getRtlPath(separator: String): String
    Definition Classes
    Data
  103. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  104. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  105. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  106. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  107. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  108. def getTypeString: String
    Definition Classes
    Stream → Bundle
  109. def getZero: Stream.this.type
    Definition Classes
    MultiData → Data
  110. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  111. def halfPipe(flush: Bool = null): Stream[T]

    cut all path, but divide the bandwidth by 2, 1 cycle latency

  112. def haltWhen(cond: Bool): Stream[T]

    Stop transactions on this when cond is True.

    Stop transactions on this when cond is True. Return the resulting stream

  113. var hardtype: HardType[_]
    Definition Classes
    Bundle
  114. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  115. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  116. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  117. final def initFrom(that: AnyRef, target: AnyRef): Unit
    Definition Classes
    Data
  118. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  119. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  120. def isAnalog: Boolean
    Definition Classes
    Data
  121. def isComb: Boolean
    Definition Classes
    Data
  122. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  123. def isDirectionLess: Boolean
    Definition Classes
    Data
  124. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  125. def isFree: Bool

    Return True when the bus is ready, but no data is present

  126. def isInOut: Boolean
    Definition Classes
    Data
  127. def isInput: Boolean
    Definition Classes
    Data
  128. def isInputOrInOut: Boolean
    Definition Classes
    Data
  129. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  130. val isMasterInterface: Boolean
    Definition Classes
    IMasterSlave
  131. def isNamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  132. def isNew: Bool

    Return True when a transaction has appeared (first cycle)

  133. def isOutput: Boolean
    Definition Classes
    Data
  134. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  135. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  136. def isReg: Boolean
    Definition Classes
    Data
  137. def isStall: Bool

    Return True when a transaction is present on the bus but the ready signal is low

  138. def isUnnamed: Boolean
    Definition Classes
    Nameable
  139. def m2sPipe(collapsBubble: Boolean = true, crossClockData: Boolean = false, flush: Bool = null, holdPayload: Boolean = false): Stream[T]
  140. def map[T2 <: Data](translate: (T) => T2): Stream[T2]
  141. val name: String
    Definition Classes
    Nameable
  142. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  143. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  144. def noBackendCombMerge: Stream.this.type
    Definition Classes
    Data
  145. def noCombLoopCheck: Stream.this.type
    Definition Classes
    Data
  146. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  147. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  148. def onEachAttributes(doIt: (Attribute) => Unit): Unit
    Definition Classes
    SpinalTagReady
  149. def overrideLocalName(name: String): Stream.this.type
    Definition Classes
    Nameable
  150. val parent: Data
    Definition Classes
    Data
  151. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  152. val payload: T
    Definition Classes
    StreamDataCarrier
  153. val payloadType: HardType[T]
  154. def pipelined(m2s: Boolean = false, s2m: Boolean = false, halfRate: Boolean = false): Stream[T]
  155. def pipelined(pipe: StreamPipe): Stream[T]
  156. def pull(propagateName: Boolean): Stream.this.type
    Definition Classes
    Data
  157. def pull(): Stream.this.type
    Definition Classes
    Data
  158. def purify(): Stream.this.type
    Definition Classes
    Data
  159. def queue(size: Int, pushClock: ClockDomain, popClock: ClockDomain): Stream[T]

    Connect this to an clock crossing fifo and return its pop stream

  160. def queue(size: Int): Stream[T]

    Connect this to a fifo and return its pop stream

  161. def queueLowLatency(size: Int, latency: Int = 0): Stream[T]

    Connect this to a zero latency fifo and return its pop stream

  162. def queueWithAvailability(size: Int): (Stream[T], UInt)
  163. def queueWithOccupancy(size: Int): (Stream[T], UInt)

    Connect this to a fifo and return its pop stream and its occupancy

  164. def queueWithPushOccupancy(size: Int, pushClock: ClockDomain, popClock: ClockDomain): (Stream[T], UInt)

    Connect this to a cross clock domain fifo and return its pop stream and its push side occupancy

  165. def randBoot(u: Unit): Stream.this.type
    Definition Classes
    Data
  166. val ready: Bool
  167. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  168. def reflectNames(): Unit
    Definition Classes
    Nameable
  169. def removeAssignments(): Stream.this.type
    Definition Classes
    Data
  170. def removeTag(spinalTag: SpinalTag): Stream.this.type
    Definition Classes
    SpinalTagReady
  171. def removeTags(tags: Iterable[SpinalTag]): Stream.this.type
    Definition Classes
    SpinalTagReady
  172. def repeat(times: Int): (Stream[T], UInt)

    Connect this to a new stream that only advances every n elements, thus repeating the input several times.

    Connect this to a new stream that only advances every n elements, thus repeating the input several times.

    returns

    A tuple with the resulting stream that duplicates the items and the counter, indicating how many times the current element has been repeated.

  173. def resized: Stream.this.type
    Definition Classes
    Data
  174. def s2mPipe(stagesCount: Int): Stream[T]
  175. def s2mPipe(flush: Bool = null): Stream[T]
  176. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  177. def setAsAnalog(): Stream.this.type
    Definition Classes
    Data
  178. def setAsComb(): Stream.this.type
    Definition Classes
    MultiData → Data
  179. def setAsDirectionLess(): Stream.this.type
    Definition Classes
    MultiData → Data
  180. def setAsReg(): Stream.this.type
    Definition Classes
    MultiData → Data
  181. def setBlocked(): Stream.this.type
  182. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Stream.this.type
    Definition Classes
    Nameable
  183. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Stream.this.type
    Definition Classes
    Nameable
  184. def setCompositeName(nameable: Nameable, postfix: String): Stream.this.type
    Definition Classes
    Nameable
  185. def setCompositeName(nameable: Nameable, namePriority: Byte): Stream.this.type
    Definition Classes
    Nameable
  186. def setCompositeName(nameable: Nameable, weak: Boolean): Stream.this.type
    Definition Classes
    Nameable
  187. def setCompositeName(nameable: Nameable): Stream.this.type
    Definition Classes
    Nameable
  188. def setIdle(): Stream.this.type
  189. def setName(name: String, namePriority: Byte): Stream.this.type
    Definition Classes
    Nameable
  190. def setName(name: String, weak: Boolean): Stream.this.type
    Definition Classes
    Nameable
  191. def setName(name: String): Stream.this.type
    Definition Classes
    Nameable
  192. def setNameAsWeak(): Stream.this.type
    Definition Classes
    Nameable
  193. def setPartialName(name: String, namePriority: Byte, owner: Any): Stream.this.type
    Definition Classes
    Nameable
  194. def setPartialName(name: String, namePriority: Byte): Stream.this.type
    Definition Classes
    Nameable
  195. def setPartialName(name: String, weak: Boolean): Stream.this.type
    Definition Classes
    Nameable
  196. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Stream.this.type
    Definition Classes
    Nameable
  197. def setPartialName(owner: Nameable, name: String, weak: Boolean): Stream.this.type
    Definition Classes
    Nameable
  198. def setPartialName(name: String): Stream.this.type
    Definition Classes
    Nameable
  199. def setPartialName(owner: Nameable, name: String): Stream.this.type
    Definition Classes
    Nameable
  200. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  201. def setScalaLocated(source: ScalaLocated): Stream.this.type
    Definition Classes
    ScalaLocated
  202. def setWeakName(name: String): Stream.this.type
    Definition Classes
    Nameable
  203. def slowdown(factor: Int): Stream[Vec[T]]

    Connect this to a new stream whose payload is n times as wide, but that only fires every n cycles.

    Connect this to a new stream whose payload is n times as wide, but that only fires every n cycles. It introduces 0 to factor-1 cycles of latency. Mapping a stream into memory and mapping a slowed down stream into memory should yield the same result, thus the elements of the input will be written from high bits to low bits.

  204. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  205. def stage(): Stream[T]

    Connect this to a valid/payload register stage and return its output stream

  206. def swapPayload[T2 <: Data](that: HardType[T2]): Stream[T2]
  207. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  208. def takeWhen(cond: Bool): Stream[T]

    Drop transaction of this when cond is False.

    Drop transaction of this when cond is False. Return the resulting stream

  209. def throwWhen(cond: Bool): Stream[T]

    Drop transactions of this when cond is True.

    Drop transactions of this when cond is True. Return the resulting stream

  210. def toEvent(): Event

    Ignore the payload

  211. def toFlow: Flow[T]

    returns

    Return a flow drived by this stream. Ready of ths stream is always high

  212. def toFlowFire: Flow[T]
  213. def toIo(): Stream.this.type
    Definition Classes
    Data
  214. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  215. def toString(): String
    Definition Classes
    Bundle → Nameable → AnyRef → Any
  216. def translateFrom[T2 <: Data](that: Stream[T2])(dataAssignment: (T, payload.type) => Unit): Stream[T]
  217. def translateInto[T2 <: Data](into: Stream[T2])(dataAssignment: (T2, T) => Unit): Stream[T2]
  218. def translateWith[T2 <: Data](that: T2): Stream[T2]

    Replace this stream's payload with another one

  219. def transmuteWith[T2 <: Data](that: HardType[T2]): Stream[T2]

    Change the payload's content type.

    Change the payload's content type. The new type must have the same bit length as the current one.

  220. def unfreeze(): Stream.this.type
    Definition Classes
    MultiData → Data
  221. def unsetName(): Stream.this.type
    Definition Classes
    Nameable
  222. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  223. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  224. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    Bundle → ValCallbackRec
  225. val valid: Bool
    Definition Classes
    StreamDataCarrier
  226. def validPipe(): Stream[T]
  227. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  228. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  229. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  230. def withAsserts(payloadInvariance: Boolean = true)(implicit loc: Location): Stream.this.type

    Assert that this stream conforms to the stream semantics: https://spinalhdl.github.io/SpinalDoc-RTD/dev/SpinalHDL/Libraries/stream.html#semantics - After being asserted, valid may only be deasserted once the current payload was acknowleged.

    Assert that this stream conforms to the stream semantics: https://spinalhdl.github.io/SpinalDoc-RTD/dev/SpinalHDL/Libraries/stream.html#semantics - After being asserted, valid may only be deasserted once the current payload was acknowleged.

    payloadInvariance

    Check that the payload does not change when valid is high and ready is low.

  231. def withAssumes(payloadInvariance: Boolean = true)(implicit loc: Location): Stream.this.type
  232. def withCovers(back2BackCycles: Int = 1): Stream.this.type
  233. def withOrderAsserts(dataAhead: T, dataBehind: T)(implicit loc: Location): (Bool, Bool)
  234. def withOrderAssumes(dataAhead: T, dataBehind: T)(implicit loc: Location): (Bool, Bool)
  235. def withTimeoutAsserts(maxStallCycles: Int = 0): Stream.this.type

    Assert that this stream conforms to the stream semantics: https://spinalhdl.github.io/SpinalDoc-RTD/dev/SpinalHDL/Libraries/stream.html#semantics - After being asserted, valid should be acknowledged in limited cycles.

    Assert that this stream conforms to the stream semantics: https://spinalhdl.github.io/SpinalDoc-RTD/dev/SpinalHDL/Libraries/stream.html#semantics - After being asserted, valid should be acknowledged in limited cycles.

    maxStallCycles

    Check that the max cycles the interface would hold in stall.

  236. def withTimeoutAssumes(maxStallCycles: Int = 0): Stream.this.type
  237. def wrapNext(): Stream.this.type
    Definition Classes
    Data
  238. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)]): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData
  239. def ~[T2 <: Data](that: T2): Stream[T2]
  240. def ~~[T2 <: Data](translate: (T) => T2): Stream[T2]

Deprecated Value Members

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

Inherited from DataCarrier[T]

Inherited from IMasterSlave

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