Class/Object

spinal.lib

Flow

Related Docs: object Flow | package lib

Permalink

class Flow[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. Flow
  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 Flow(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 #*(count: Int): Bits

    Permalink
    Definition Classes
    Data
  5. def <-<(that: Flow[T]): Flow[T]

    Permalink
  6. def <<(that: Flow[T]): Flow[T]

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def >->(that: Flow[T]): Flow[T]

    Permalink
  9. def >>(into: Flow[T]): Flow[T]

    Permalink
  10. def IFparent: Data

    Permalink
    Definition Classes
    Data
  11. var _spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  12. def addAttribute(attribute: Attribute): Flow.this.type

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  15. def addAttribute(name: String): Flow.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  16. def addTag[T <: SpinalTag](spinalTag: T): Flow.this.type

    Permalink
    Definition Classes
    MultiData → SpinalTagReady
  17. def addTags(h: SpinalTag, tail: SpinalTag*): Flow.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  18. def addTags[T <: SpinalTag](tags: Iterable[T]): Flow.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  19. def allowDirectionLessIo(): Flow.this.type

    Permalink
    Definition Classes
    Data
  20. def allowOverride(): Flow.this.type

    Permalink
    Definition Classes
    Data
  21. def allowPartialyAssigned(): Flow.this.type

    Permalink
    Definition Classes
    Data
  22. def allowPruning(): Flow.this.type

    Permalink
    Definition Classes
    Data
  23. def allowSimplifyIt(): Flow.this.type

    Permalink
    Definition Classes
    Data
  24. def allowUnsetRegToAvoidLatch(): Flow.this.type

    Permalink
    Definition Classes
    Data
  25. def as[T <: Data](dataType: HardType[T]): T

    Permalink
    Definition Classes
    Data
  26. def asBits: Bits

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

    Permalink
    Definition Classes
    Data
  28. def asInOut(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  29. def asInput(): Flow.this.type

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

    Permalink
    Definition Classes
    Any
  31. def asOutput(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  32. def assignAllByName(that: Bundle): Unit

    Permalink
    Definition Classes
    Bundle
  33. def assignDontCare(): Flow.this.type

    Permalink
    Definition Classes
    Data
  34. def assignDontCareToUnasigned(): Flow.this.type

    Permalink
    Definition Classes
    Data
  35. def assignFormalRandom(kind: RandomExpKind): Unit

    Permalink
    Definition Classes
    MultiData → Data
  36. final def assignFrom(that: AnyRef, target: AnyRef)(implicit loc: Location): Unit

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

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

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

    Permalink
    Definition Classes
    Data
  40. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Bundle → Assignable
  41. def assignSomeByName(that: Bundle): Unit

    Permalink
    Definition Classes
    Bundle
  42. def assignUnassignedByName(that: MultiData): Unit

    Permalink
    Definition Classes
    MultiData
  43. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Bundle
  44. def ccToggle(pushClock: ClockDomain, popClock: ClockDomain, withOutputBufferedReset: Boolean = ..., withOutputM2sPipe: Boolean = true): Flow[T]

    Permalink
  45. def checkDir(that: Bundle): Boolean

    Permalink
    Definition Classes
    Bundle
  46. def clearAll(): Flow.this.type

    Permalink
    Definition Classes
    Data
  47. def clone(): Flow[T]

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

    Permalink
  49. def component: Component

    Permalink
    Definition Classes
    ContextUser
  50. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit

    Permalink
    Definition Classes
    Assignable
  51. var compositeAssign: Assignable

    Permalink
    Definition Classes
    Assignable
  52. def connectFrom(that: Flow[T]): Flow[T]

    Permalink
  53. def copyDirectionOfImpl(that: Data): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  54. def default(that: T): Unit

    Permalink
  55. def dirString(): String

    Permalink
    Definition Classes
    Data
  56. def discardWhen(cond: Bool): Flow[T]

    Permalink

    Discard transactions when cond is true.

    Discard transactions when cond is true.

    This is the same as throwWhen() but with a semantically clearer function name. Prefer discardWhen() over throwWhen() for new designs.

    cond

    Condition

    returns

    The resulting Flow

  57. def dontSimplifyIt(): Flow.this.type

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

    Permalink
    Definition Classes
    Bundle → MultiData
  59. var elementsCache: ArrayBuffer[(String, Data)]

    Permalink
    Definition Classes
    Bundle
  60. def elementsString: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  67. def fire: Bool

    Permalink
    Definition Classes
    FlowDataCarrier
  68. def flatten: Seq[BaseType]

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

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

    Permalink
    Definition Classes
    MultiData → Data
  71. def flip(): Flow.this.type

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  74. def freeRun(): Flow.this.type

    Permalink
    Definition Classes
    FlowDataCarrier
  75. def freeze(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  76. def getAheadValue(): Flow.this.type

    Permalink
    Definition Classes
    Data
  77. def getBitsWidth: Int

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

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

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

    Permalink
    Definition Classes
    InComponent
  81. def getDirection: IODirection

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

    Permalink
    Definition Classes
    Nameable
  83. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  84. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  85. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]

    Permalink
    Definition Classes
    Data
  86. def getName(default: String): String

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

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

    Permalink
    Definition Classes
    Nameable
  89. def getPath(from: Component, to: Component): Seq[Component]

    Permalink
    Definition Classes
    NameableByComponent
  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 getRtlPath(separator: String): String

    Permalink
    Definition Classes
    Data
  95. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  96. def getScalaLocationShort: String

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  100. def getTypeString: String

    Permalink
    Definition Classes
    Bundle
  101. def getZero: Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  102. var globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  103. var hardtype: HardType[_]

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  110. final def intoMaster(): Flow.this.type

    Permalink

    Convert into master

    Convert into master

    Definition Classes
    IMasterSlave
  111. final def intoSlave(): Flow.this.type

    Permalink

    Convert into slave

    Convert into slave

    Definition Classes
    IMasterSlave
  112. def isAnalog: Boolean

    Permalink
    Definition Classes
    Data
  113. def isComb: Boolean

    Permalink
    Definition Classes
    Data
  114. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  115. def isDirectionLess: Boolean

    Permalink
    Definition Classes
    Data
  116. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  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. final def isMasterInterface: Boolean

    Permalink

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  122. final def isNamed: Boolean

    Permalink
    Definition Classes
    Nameable
  123. def isOutput: Boolean

    Permalink
    Definition Classes
    Data
  124. def isOutputOrInOut: Boolean

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

    Permalink
    Definition Classes
    Nameable
  126. def isReg: Boolean

    Permalink
    Definition Classes
    Data
  127. def isRegOnAssign: Boolean

    Permalink
    Definition Classes
    Data
  128. final def isSlaveInterface: Boolean

    Permalink

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  129. def isUnnamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  130. def m2sPipe(holdPayload: Boolean = false, flush: Bool = null, crossClockData: Boolean = false): Flow[T]

    Permalink
  131. def m2sPipe: Flow[T]

    Permalink
  132. def map[T2 <: Data](translate: (T) ⇒ T2): Flow[T2]

    Permalink
  133. var name: String

    Permalink
    Definition Classes
    Nameable
  134. var nameableRef: Nameable

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

    Permalink
    Definition Classes
    AnyRef
  136. def noBackendCombMerge(): Flow.this.type

    Permalink
    Definition Classes
    Data
  137. def noCombLoopCheck(): Flow.this.type

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  141. def overrideLocalName(name: String): Flow.this.type

    Permalink
    Definition Classes
    Nameable
  142. var parent: Data

    Permalink
    Definition Classes
    Data
  143. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  144. val payload: T

    Permalink
    Definition Classes
    FlowDataCarrier
  145. val payloadType: HardType[T]

    Permalink
  146. def pull(propagateName: Boolean): Flow.this.type

    Permalink
    Definition Classes
    Data
  147. def pull(): Flow.this.type

    Permalink
    Definition Classes
    Data
  148. def purify(): Flow.this.type

    Permalink
    Definition Classes
    Data
  149. def push(that: T): Unit

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

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

    Permalink
  152. def randBoot(u: Unit): Flow.this.type

    Permalink
    Definition Classes
    Data
  153. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  155. def removeAssignments(data: Boolean, init: Boolean, initial: Boolean): Flow.this.type

    Permalink
    Definition Classes
    Data
  156. def removeDataAssignments(): Flow.this.type

    Permalink
    Definition Classes
    Data
  157. def removeInitAssignments(): Flow.this.type

    Permalink
    Definition Classes
    Data
  158. def removeTag(spinalTag: SpinalTag): Flow.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  160. def resized: Flow.this.type

    Permalink
    Definition Classes
    Data
  161. def rootIF(): Interface

    Permalink
    Definition Classes
    Data
  162. def rootIFList(): List[Interface]

    Permalink
    Definition Classes
    Data
  163. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]

    Permalink
    Definition Classes
    Data
  164. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  165. def setAll(): Flow.this.type

    Permalink
    Definition Classes
    Data
  166. def setAsAnalog(): Flow.this.type

    Permalink
    Definition Classes
    Data
  167. def setAsComb(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  168. def setAsDirectionLess(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  169. final def setAsMaster(): Unit

    Permalink

    Set as master interface

    Set as master interface

    Definition Classes
    IMasterSlave
  170. def setAsReg(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  171. final def setAsSlave(): Unit

    Permalink

    Set a slave interface

    Set a slave interface

    Definition Classes
    IMasterSlave
  172. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Flow.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  177. def setCompositeName(nameable: Nameable): Flow.this.type

    Permalink
    Definition Classes
    Nameable
  178. def setIdle(): Flow.this.type

    Permalink
  179. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): Flow.this.type

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

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

    Permalink
    Definition Classes
    Nameable
  182. def setName(name: String): Flow.this.type

    Permalink
    Definition Classes
    Nameable
  183. def setNameAsWeak(): Flow.this.type

    Permalink
    Definition Classes
    Nameable
  184. def setOutputAsReg(): Flow.this.type

    Permalink
    Definition Classes
    Data
  185. def setPartialName(name: String, namePriority: Byte, owner: Any): Flow.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  190. def setPartialName(name: String): Flow.this.type

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

    Permalink
    Definition Classes
    Nameable
  192. def setPartialName(owner: Nameable): Flow.this.type

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

    Permalink
    Definition Classes
    OwnableRef
  194. def setScalaLocated(source: ScalaLocated): Flow.this.type

    Permalink
    Definition Classes
    ScalaLocated
  195. def setWeakName(name: String): Flow.this.type

    Permalink
    Definition Classes
    Nameable
  196. def spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  197. def stage(): Flow[T]

    Permalink
  198. def swapPayload[T2 <: Data](that: HardType[T2]): Flow[T2]

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

    Permalink
    Definition Classes
    AnyRef
  200. def takeWhen(cond: Bool): Flow[T]

    Permalink
  201. def throwWhen(cond: Bool): Flow[T]

    Permalink
  202. def toIo(): Flow.this.type

    Permalink
    Definition Classes
    Data
  203. def toMuxInput[T <: Data](muxOutput: T): T

    Permalink
    Definition Classes
    Data
  204. def toReg(init: T): T

    Permalink
  205. def toReg(): T

    Permalink
  206. def toStream(overflow: Bool, fifoSize: Int, overflowOccupancyAt: Int): Stream[T]

    Permalink
  207. def toStream(overflow: Bool): Stream[T]

    Permalink
  208. def toStream: Stream[T]

    Permalink
  209. def toString(): String

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

    Permalink
  211. def translateWith[T2 <: Data](that: T2): Flow[T2]

    Permalink
  212. def unfreeze(): Flow.this.type

    Permalink
    Definition Classes
    MultiData → Data
  213. def unsetName(): Flow.this.type

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

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

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

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

    Permalink
    Definition Classes
    FlowDataCarrier
  218. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  221. def wrapNext(): Flow.this.type

    Permalink
    Definition Classes
    Data
  222. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)]): ArrayBuffer[(BaseType, BaseType)]

    Permalink
    Definition Classes
    MultiData
  223. def ~[T2 <: Data](that: T2): Flow[T2]

    Permalink
  224. def ~~[T2 <: Data](translate: (T) ⇒ T2): Flow[T2]

    Permalink

Deprecated Value Members

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

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def asMaster(): Unit

    Permalink

    Override it to define port directions for a master interface.

    Override it to define port directions for a master interface.

    Definition Classes
    FlowIMasterSlave
    Deprecated

    This method must be overriden but not called. Calling this method is not correct. Call setAsMaster() or intoMaster() instead. This method is named asXxx but it does not return Xxx. This method does not update isMasterInterface and isSlaveInterface.

  3. def asSlave(): Unit

    Permalink

    Override it to define port directions for a master interface.

    Override it to define port directions for a master interface.

    If not overriden, defaults to the opposite port directions of asMaster().

    Definition Classes
    FlowIMasterSlave
    Deprecated

    This method can be overriden but not called. Calling this method is not correct. Call setAsSlave() or intoSlave() instead. This method is named asXxx but it does not return Xxx. This method does not update isMasterInterface and isSlaveInterface.

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

  5. def genIf(cond: Boolean): Flow.this.type

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    does not work with <>, use 'someBool generate Type()' or 'if(condition) Type() else null' instead

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