Class/Object

spinal.lib

Stream

Related Docs: object Stream | package lib

Permalink

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. All

Instance Constructors

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

    Permalink

Type Members

  1. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def &(cond: Bool): Stream[T]

    Permalink
  5. def <-/<(that: Stream[T]): Stream[T]

    Permalink

    Connect that to this.

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

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

    Permalink

    Connect that to this.

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

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

    Permalink

    Connect that to this.

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

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

    Permalink

    Connect that to this

  9. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def >->(into: Stream[T]): Stream[T]

    Permalink

    Connect this to that.

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

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

    Permalink

    Connect that to this.

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

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

    Permalink

    Connect this to that.

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

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

    Permalink

    Connect this to that

  14. var _spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  15. def addAttribute(attribute: Attribute): Stream.this.type

    Permalink
    Definition Classes
    Data → SpinalTagReady
  16. def addAttribute(name: String, value: Int): Stream.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  18. def addAttribute(name: String): Stream.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  19. def addFragmentLast(counter: Counter): Stream[Fragment[T]]

    Permalink

    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))
  20. def addFragmentLast(last: Bool): Stream[Fragment[T]]

    Permalink

    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.

  21. def addTag[T <: SpinalTag](spinalTag: T): Stream.this.type

    Permalink
    Definition Classes
    MultiData → SpinalTagReady
  22. def addTags[T <: SpinalTag](tags: Iterable[T]): Stream.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  23. def allowDirectionLessIo: Stream.this.type

    Permalink
    Definition Classes
    Data
  24. def allowOverride: Stream.this.type

    Permalink
    Definition Classes
    Data
  25. def allowPartialyAssigned: Stream.this.type

    Permalink
    Definition Classes
    Data
  26. def allowPruning(): Stream.this.type

    Permalink
    Definition Classes
    Data
  27. def allowSimplifyIt(): Stream.this.type

    Permalink
    Definition Classes
    Data
  28. def allowUnsetRegToAvoidLatch: Stream.this.type

    Permalink
    Definition Classes
    Data
  29. def arbitrationFrom[T2 <: Data](that: Stream[T2]): Unit

    Permalink

    Drive arbitration signals of this from that

  30. def as[T <: Data](dataType: HardType[T]): T

    Permalink
    Definition Classes
    Data
  31. def asBits: Bits

    Permalink
    Definition Classes
    MultiData → Data
  32. def asData: Data

    Permalink
    Definition Classes
    Data
  33. def asDataStream: Stream[Data]

    Permalink
  34. def asFlow: Flow[T]

    Permalink
  35. def asInOut(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  36. def asInput(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  37. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  38. def asMaster(): Unit

    Permalink
    Definition Classes
    StreamIMasterSlave
  39. def asOutput(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  40. def asSlave(): Unit

    Permalink
    Definition Classes
    IMasterSlave
  41. def assignAllByName(that: Bundle): Unit

    Permalink
    Definition Classes
    Bundle
  42. def assignDontCare(): Stream.this.type

    Permalink
    Definition Classes
    Data
  43. final def assignFrom(that: AnyRef, target: AnyRef): Unit

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

    Permalink
    Definition Classes
    MultiData → Data
  45. def assignFromBits(bits: Bits): Unit

    Permalink
    Definition Classes
    MultiData → Data
  46. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

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

    Permalink
    Definition Classes
    Bundle
  48. def ccToggle(pushClock: ClockDomain, popClock: ClockDomain): Stream[T]

    Permalink
  49. def ccToggleWithoutBuffer(pushClock: ClockDomain, popClock: ClockDomain): Stream[T]

    Permalink
  50. def clearValidWhen(cond: Bool): Stream[T]

    Permalink
  51. def clone(): Stream[T]

    Permalink
    Definition Classes
    Stream → Bundle → Data → AnyRef
  52. def combStage(): Stream[T]

    Permalink

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

  53. def component: Component

    Permalink
    Definition Classes
    ContextUser
  54. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef): Unit

    Permalink
    Definition Classes
    Assignable
  55. var compositeAssign: Assignable

    Permalink
    Definition Classes
    Assignable
  56. def connectFrom(that: Stream[T]): Stream[T]

    Permalink
  57. def continueWhen(cond: Bool): Stream[T]

    Permalink

    Block this when cond is False.

    Block this when cond is False. Return the resulting stream

  58. def copyDirectionOfImpl(that: Data): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  59. def dirString(): String

    Permalink
    Definition Classes
    Data
  60. def dontSimplifyIt(): Stream.this.type

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

    Permalink
    Definition Classes
    Bundle → MultiData
  62. def elementsString: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  69. def fire: Bool

    Permalink

    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
  70. def flatten: Seq[BaseType]

    Permalink
    Definition Classes
    MultiData → Data
  71. def flattenForeach(body: (BaseType) ⇒ Unit): Unit

    Permalink
    Definition Classes
    MultiData → Data
  72. def flattenLocalName: Seq[String]

    Permalink
    Definition Classes
    MultiData → Data
  73. def flip(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  74. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

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

    Permalink
    Definition Classes
    SpinalTagReady
  76. def fragmentTransaction(bitsWidth: Int): Stream[Fragment[Bits]]

    Permalink
  77. def freeRun(): Stream.this.type

    Permalink
    Definition Classes
    StreamDataCarrier
  78. def genIf(cond: Boolean): Stream.this.type

    Permalink
    Definition Classes
    Data
  79. def getBitsWidth: Int

    Permalink
    Definition Classes
    MultiData → Data
  80. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Data → InComponent → NameableByComponent
  82. def getComponents(): Seq[Component]

    Permalink
    Definition Classes
    InComponent
  83. def getDirection: IODirection

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

    Permalink
    Definition Classes
    Nameable
  85. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  86. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  87. def getName(default: String): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  88. def getName(): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  89. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  90. def getRealSource: Any

    Permalink
    Definition Classes
    Assignable
  91. def getRealSourceNoRec: Any

    Permalink
    Definition Classes
    Data → Assignable
  92. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  93. def getRootParent: Data

    Permalink
    Definition Classes
    Data
  94. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  95. def getScalaLocationShort: String

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  99. def getTypeString: String

    Permalink
    Definition Classes
    Stream → Bundle
  100. def getZero: Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  101. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  102. def halfPipe(): Stream[T]

    Permalink

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

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

    Permalink

    Stop transactions on this when cond is True.

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

  104. var hardtype: HardType[_]

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  111. def isAnalog: Boolean

    Permalink
    Definition Classes
    Data
  112. def isComb: Boolean

    Permalink
    Definition Classes
    Data
  113. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  114. def isDirectionLess: Boolean

    Permalink
    Definition Classes
    Data
  115. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  116. def isFree: Bool

    Permalink

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

  117. def isInOut: Boolean

    Permalink
    Definition Classes
    Data
  118. def isInput: Boolean

    Permalink
    Definition Classes
    Data
  119. def isInputOrInOut: Boolean

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

    Permalink
    Definition Classes
    Any
  121. var isMasterInterface: Boolean

    Permalink
    Definition Classes
    IMasterSlave
  122. def isNamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  123. def isNew: Bool

    Permalink

    Return True when a transaction has appeared (first cycle)

  124. def isOutput: Boolean

    Permalink
    Definition Classes
    Data
  125. def isOutputOrInOut: Boolean

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

    Permalink
    Definition Classes
    Nameable
  127. def isReg: Boolean

    Permalink
    Definition Classes
    Data
  128. def isStall: Bool

    Permalink

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

  129. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  130. def keep(): Stream.this.type

    Permalink
    Definition Classes
    Data
  131. def m2sPipe(collapsBubble: Boolean = true, crossClockData: Boolean = false, flush: Bool = null, holdPayload: Boolean = false): Stream[T]

    Permalink
  132. var name: String

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  133. var nameableRef: Nameable

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

    Permalink
    Definition Classes
    AnyRef
  135. def noBackendCombMerge: Stream.this.type

    Permalink
    Definition Classes
    Data
  136. def noCombLoopCheck: Stream.this.type

    Permalink
    Definition Classes
    Data
  137. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  140. def overrideLocalName(name: String): Stream.this.type

    Permalink
    Definition Classes
    Nameable
  141. var parent: Data

    Permalink
    Definition Classes
    Data
  142. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  143. val payload: T

    Permalink
    Definition Classes
    StreamDataCarrier
  144. val payloadType: HardType[T]

    Permalink
  145. def pipelined(m2s: Boolean = false, s2m: Boolean = false, halfRate: Boolean = false): Stream[T]

    Permalink
  146. def pull(): Stream.this.type

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

    Permalink
    Definition Classes
    Data
  148. def queue(size: Int, pushClock: ClockDomain, popClock: ClockDomain): Stream[T]

    Permalink

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

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

    Permalink

    Connect this to a fifo and return its pop stream

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

    Permalink

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

  151. def queueWithAvailability(size: Int): (Stream[T], UInt)

    Permalink
  152. def queueWithOccupancy(size: Int): (Stream[T], UInt)

    Permalink

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

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

    Permalink

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

  154. def randBoot(u: Unit): Stream.this.type

    Permalink
    Definition Classes
    Data
  155. val ready: Bool

    Permalink
  156. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  158. def removeAssignments(): Stream.this.type

    Permalink
    Definition Classes
    Data
  159. def removeTag(spinalTag: SpinalTag): Stream.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  161. def repeat(times: Int): (Stream[T], UInt)

    Permalink

    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.

  162. def resized: Stream.this.type

    Permalink
    Definition Classes
    Data
  163. def s2mPipe(stagesCount: Int): Stream[T]

    Permalink
  164. def s2mPipe(): Stream[T]

    Permalink
  165. def setAsAnalog(): Stream.this.type

    Permalink
    Definition Classes
    Data
  166. def setAsComb(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  167. def setAsDirectionLess(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  168. def setAsReg(): Stream.this.type

    Permalink
    Definition Classes
    MultiData → Data
  169. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Stream.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  174. def setCompositeName(nameable: Nameable): Stream.this.type

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

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

    Permalink
    Definition Classes
    Nameable
  177. def setName(name: String): Stream.this.type

    Permalink
    Definition Classes
    Nameable
  178. def setNameAsWeak(): Stream.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  183. def setPartialName(name: String): Stream.this.type

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

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

    Permalink
    Definition Classes
    OwnableRef
  186. def setScalaLocated(source: ScalaLocated): Stream.this.type

    Permalink
    Definition Classes
    ScalaLocated
  187. def setWeakName(name: String): Stream.this.type

    Permalink
    Definition Classes
    Nameable
  188. def slowdown(factor: Int): Stream[Vec[T]]

    Permalink

    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.

  189. def spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  190. def stage(): Stream[T]

    Permalink

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

  191. def swapPayload[T2 <: Data](that: HardType[T2]): Stream[T2]

    Permalink
  192. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  193. def takeWhen(cond: Bool): Stream[T]

    Permalink

    Drop transaction of this when cond is False.

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

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

    Permalink

    Drop transactions of this when cond is True.

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

  195. def toEvent(): Event

    Permalink

    Ignore the payload

  196. def toFlow: Flow[T]

    Permalink

    returns

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

  197. def toFlowFire: Flow[T]

    Permalink
  198. def toIo(): Stream.this.type

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

    Permalink
    Definition Classes
    Bundle → Nameable → AnyRef → Any
  200. def translateFrom[T2 <: Data](that: Stream[T2])(dataAssignment: (T, payload.type) ⇒ Unit): Stream[T]

    Permalink
  201. def translateInto[T2 <: Data](into: Stream[T2])(dataAssignment: (T2, T) ⇒ Unit): Stream[T2]

    Permalink
  202. def translateWith[T2 <: Data](that: T2): Stream[T2]

    Permalink

    Replace this stream's payload with another one

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

    Permalink

    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.

  204. def unsetName(): Stream.this.type

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

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

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

    Permalink
    Definition Classes
    Bundle → ValCallbackRec
  208. val valid: Bool

    Permalink
    Definition Classes
    StreamDataCarrier
  209. def validPipe(): Stream[T]

    Permalink
  210. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  213. def ~[T2 <: Data](that: T2): Stream[T2]

    Permalink
  214. def ~~[T2 <: Data](translate: (T) ⇒ T2): Stream[T2]

    Permalink

Deprecated Value Members

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

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def finalize(): Unit

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

    (Since version ) see corresponding Javadoc for more information.

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