Packages

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

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])

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. def <-<(that: Flow[T]): Flow[T]
  6. def <<(that: Flow[T]): Flow[T]
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >->(that: Flow[T]): Flow[T]
  9. def >>(into: Flow[T]): Flow[T]
  10. def IFparent: Data
    Definition Classes
    Data
  11. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  12. def addAttribute(attribute: Attribute): Flow.this.type
    Definition Classes
    DataSpinalTagReady
  13. def addAttribute(name: String, value: Int): Flow.this.type
    Definition Classes
    SpinalTagReady
  14. def addAttribute(name: String, value: String): Flow.this.type
    Definition Classes
    SpinalTagReady
  15. def addAttribute(name: String): Flow.this.type
    Definition Classes
    SpinalTagReady
  16. def addTag[T <: SpinalTag](spinalTag: T): Flow.this.type
    Definition Classes
    MultiDataSpinalTagReady
  17. def addTags(h: SpinalTag, tail: SpinalTag*): Flow.this.type
    Definition Classes
    SpinalTagReady
  18. def addTags[T <: SpinalTag](tags: Iterable[T]): Flow.this.type
    Definition Classes
    SpinalTagReady
  19. def allowDirectionLessIo(): Flow.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

  20. def allowOverride(): Flow.this.type

    Allow a signal to be overridden.

    Allow a signal to be overridden.

    Definition Classes
    Data
    See also

    Assignment overlap Error Documentation

  21. def allowPartialyAssigned(): Flow.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  22. def allowPruning(): Flow.this.type
    Definition Classes
    Data
  23. def allowSimplifyIt(): Flow.this.type
    Definition Classes
    Data
  24. def allowUnsetRegToAvoidLatch(): Flow.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

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

    Cast signal to Bits

    Cast signal to Bits

    Definition Classes
    MultiDataData
  27. def asData: Data
    Definition Classes
    Data
  28. def asInOut(): Flow.this.type

    Set a signal as inout

    Set a signal as inout

    Definition Classes
    MultiDataData
  29. def asInput(): Flow.this.type

    Set a data as input

    Set a data as input

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

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  32. def assignAllByName(that: Bundle): Unit

    Assign the bundle with an other bundle by name

    Assign the bundle with an other bundle by name

    Definition Classes
    Bundle
  33. def assignDontCare(): Flow.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

  34. def assignDontCareToUnasigned(): Flow.this.type
    Definition Classes
    Data
  35. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  36. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  37. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  38. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  39. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  40. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  41. def assignSomeByName(that: Bundle): Unit

    Assign all possible signal fo the bundle with an other bundle by name

    Assign all possible signal fo the bundle with an other bundle by name

    Definition Classes
    Bundle
  42. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  43. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit
    Definition Classes
    Bundle
  44. def ccToggle(pushClock: ClockDomain, popClock: ClockDomain, withOutputBufferedReset: Boolean = ..., withOutputM2sPipe: Boolean = true): Flow[T]
  45. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

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

    Clear all bits to False and return itself

    Clear all bits to False and return itself

    Definition Classes
    Data
  47. def clone(): Flow[T]
    Definition Classes
    FlowBundleData → AnyRef
  48. def combStage(): Flow[T]
  49. def component: Component
    Definition Classes
    ContextUser
  50. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  51. val compositeAssign: Assignable
    Definition Classes
    Assignable
  52. def connectFrom(that: Flow[T]): Flow[T]
  53. def copyDirectionOfImpl(that: Data): Flow.this.type
    Definition Classes
    MultiDataData
  54. def default(that: T): Unit
  55. def delay(cycleCount: Int): Flow[T]

    Delay the flow by a given number of cycles

    Delay the flow by a given number of cycles

    cycleCount

    Number of cycles to delay the flow

    returns

    Delayed flow

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

    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

  58. def dontSimplifyIt(): Flow.this.type
    Definition Classes
    Data
  59. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    BundleMultiData
  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 fire: Bool
    Definition Classes
    FlowDataCarrier
  69. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  70. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
    Definition Classes
    MultiDataData
  71. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  72. def flip(): Flow.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
  73. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  74. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  75. def freeRun(): Flow.this.type
    Definition Classes
    FlowDataCarrier
  76. def freeze(): Flow.this.type
    Definition Classes
    MultiDataData
  77. def getAheadValue(): Flow.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
  78. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

    Definition Classes
    MultiDataData
  79. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  80. def getComponent(): Component
    Definition Classes
    DataInComponentNameableByComponent
  81. def getComponents(): Seq[Component]

    Get current component with all parents

    Get current component with all parents

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

    Create a signal set to 0

    Create a signal set to 0

    Definition Classes
    MultiDataData
  104. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  105. var hardtype: HardType[_]
    Definition Classes
    Bundle
  106. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  107. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  108. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  109. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
    Definition Classes
    Data
  110. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  111. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  112. final def intoMaster(): Flow.this.type

    Convert into master

    Convert into master

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

    Convert into slave

    Convert into slave

    Definition Classes
    IMasterSlave
  114. def isAnalog: Boolean
    Definition Classes
    Data
  115. def isComb: Boolean
    Definition Classes
    Data
  116. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  117. def isDirectionLess: Boolean
    Definition Classes
    Data
  118. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  119. def isInOut: Boolean
    Definition Classes
    Data
  120. def isInput: Boolean
    Definition Classes
    Data
  121. def isInputOrInOut: Boolean
    Definition Classes
    Data
  122. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  123. final def isMasterInterface: Boolean

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  124. final def isNamed: Boolean
    Definition Classes
    Nameable
  125. def isOutput: Boolean
    Definition Classes
    Data
  126. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  127. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  128. def isReg: Boolean
    Definition Classes
    Data
  129. def isRegOnAssign: Boolean
    Definition Classes
    Data
  130. final def isSlaveInterface: Boolean

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  131. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  132. def m2sPipe(holdPayload: Boolean = false, flush: Bool = null, crossClockData: Boolean = false): Flow[T]
  133. def m2sPipe: Flow[T]
  134. def map[T2 <: Data](translate: (T) ⇒ T2): Flow[T2]
  135. val name: String
    Definition Classes
    Nameable
  136. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  137. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  138. def noBackendCombMerge(): Flow.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
  139. def noCombLoopCheck(): Flow.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

  140. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  141. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  142. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  143. def overrideLocalName(name: String): Flow.this.type
    Definition Classes
    Nameable
  144. val parent: Data
    Definition Classes
    Data
  145. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  146. val payload: T
    Definition Classes
    FlowDataCarrier
  147. val payloadType: HardType[T]
  148. def pull(propagateName: Boolean): Flow.this.type
    Definition Classes
    Data
  149. def pull(): Flow.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
  150. def purify(): Flow.this.type
    Definition Classes
    Data
  151. def push(that: T): Unit
  152. def queueWithAvailability(size: Int): (Stream[T], UInt)
  153. def queueWithOccupancy(size: Int): (Stream[T], UInt)
  154. def randBoot(u: Unit): Flow.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
  155. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  156. def reflectNames(): Unit
    Definition Classes
    Nameable
  157. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): Flow.this.type
    Definition Classes
    Data
  158. def removeDataAssignments(): Flow.this.type
    Definition Classes
    Data
  159. def removeInitAssignments(): Flow.this.type
    Definition Classes
    Data
  160. def removeTag(spinalTag: SpinalTag): Flow.this.type
    Definition Classes
    SpinalTagReady
  161. def removeTags(tags: Iterable[SpinalTag]): Flow.this.type
    Definition Classes
    SpinalTagReady
  162. def resized: Flow.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

  163. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  164. def rootIFList(): List[Interface]
    Definition Classes
    Data
  165. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  166. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  167. def setAll(): Flow.this.type

    Set all bits to True and return itself

    Set all bits to True and return itself

    Definition Classes
    Data
  168. def setAsAnalog(): Flow.this.type
    Definition Classes
    Data
  169. def setAsComb(): Flow.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  170. def setAsDirectionLess(): Flow.this.type

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

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

    Definition Classes
    MultiDataData
  171. final def setAsMaster(): Unit

    Set as master interface

    Set as master interface

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

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  173. final def setAsSlave(): Unit

    Set a slave interface

    Set a slave interface

    Definition Classes
    IMasterSlave
  174. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Flow.this.type
    Definition Classes
    Nameable
  175. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Flow.this.type
    Definition Classes
    Nameable
  176. def setCompositeName(nameable: Nameable, postfix: String): Flow.this.type
    Definition Classes
    Nameable
  177. def setCompositeName(nameable: Nameable, namePriority: Byte): Flow.this.type
    Definition Classes
    Nameable
  178. def setCompositeName(nameable: Nameable, weak: Boolean): Flow.this.type
    Definition Classes
    Nameable
  179. def setCompositeName(nameable: Nameable): Flow.this.type
    Definition Classes
    Nameable
  180. def setIdle(): Flow.this.type
  181. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): Flow.this.type
    Definition Classes
    Nameable
  182. def setName(name: String, namePriority: Byte): Flow.this.type
    Definition Classes
    Nameable
  183. def setName(name: String, weak: Boolean): Flow.this.type
    Definition Classes
    Nameable
  184. def setName(name: String): Flow.this.type
    Definition Classes
    Nameable
  185. def setNameAsWeak(): Flow.this.type
    Definition Classes
    Nameable
  186. def setOutputAsReg(): Flow.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  187. def setPartialName(name: String, namePriority: Byte, owner: Any): Flow.this.type
    Definition Classes
    Nameable
  188. def setPartialName(name: String, namePriority: Byte): Flow.this.type
    Definition Classes
    Nameable
  189. def setPartialName(name: String, weak: Boolean): Flow.this.type
    Definition Classes
    Nameable
  190. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Flow.this.type
    Definition Classes
    Nameable
  191. def setPartialName(owner: Nameable, name: String, weak: Boolean): Flow.this.type
    Definition Classes
    Nameable
  192. def setPartialName(name: String): Flow.this.type
    Definition Classes
    Nameable
  193. def setPartialName(owner: Nameable, name: String): Flow.this.type
    Definition Classes
    Nameable
  194. def setPartialName(owner: Nameable): Flow.this.type
    Definition Classes
    Nameable
  195. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  196. def setScalaLocated(source: ScalaLocated): Flow.this.type
    Definition Classes
    ScalaLocated
  197. def setWeakName(name: String): Flow.this.type
    Definition Classes
    Nameable
  198. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  199. def stage(): Flow[T]
  200. def swapPayload[T2 <: Data](that: HardType[T2]): Flow[T2]
  201. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  202. def takeWhen(cond: Bool): Flow[T]
  203. def throwWhen(cond: Bool): Flow[T]
  204. def toIo(): Flow.this.type
    Definition Classes
    Data
  205. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  206. def toReg(init: T): T
  207. def toReg(): T
  208. def toStream(overflow: Bool, fifoSize: Int, overflowOccupancyAt: Int): Stream[T]
  209. def toStream(overflow: Bool): Stream[T]
  210. def toStream: Stream[T]
  211. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  212. def translateFrom[T2 <: Data](that: Flow[T2])(dataAssignment: (T, payload.type) ⇒ Unit): Flow[T]
  213. def translateWith[T2 <: Data](that: T2): Flow[T2]
  214. def unfreeze(): Flow.this.type
    Definition Classes
    MultiDataData
  215. def unsetName(): Flow.this.type
    Definition Classes
    Nameable
  216. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  217. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  218. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    BundleValCallbackRec
  219. val valid: Bool
    Definition Classes
    FlowDataCarrier
  220. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  221. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  222. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  223. def wrapNext(): Flow.this.type
    Definition Classes
    Data
  224. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData
  225. def ~[T2 <: Data](that: T2): Flow[T2]
  226. def ~~[T2 <: Data](translate: (T) ⇒ T2): Flow[T2]

Deprecated Value Members

  1. def asDirectionLess(): Flow.this.type
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def asMaster(): Unit

    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

    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
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  5. def genIf(cond: Boolean): Flow.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 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