Class/Object

spinal.lib

StreamTransactionExtender

Related Docs: object StreamTransactionExtender | package lib

Permalink

class StreamTransactionExtender[T <: Data, T2 <: Data] extends Component

Linear Supertypes
Component, ValCallbackRec, ValCallback, OverridedEqualsHashCode, SpinalTagReady, Stackable, PostInitCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamTransactionExtender
  2. Component
  3. ValCallbackRec
  4. ValCallback
  5. OverridedEqualsHashCode
  6. SpinalTagReady
  7. Stackable
  8. PostInitCallback
  9. NameableByComponent
  10. Nameable
  11. ContextUser
  12. ScalaLocated
  13. GlobalDataUser
  14. OwnableRef
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StreamTransactionExtender(dataType: HardType[T], outDataType: HardType[T2], countWidth: Int, driver: (UInt, T, Bool) ⇒ T2)

    Permalink

Type Members

  1. case class PrePopTask extends Product with Serializable

    Permalink
    Definition Classes
    Component
  2. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  5. def addAttribute(attribute: Attribute): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Component → SpinalTagReady
  6. def addAttribute(name: String, value: Int): StreamTransactionExtender.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  8. def addAttribute(name: String): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  9. def addComment(str: String): Component

    Permalink
    Definition Classes
    Component
  10. def addPrePopTask(task: () ⇒ Unit): ArrayBuffer[PrePopTask]

    Permalink
    Definition Classes
    Component
  11. def addTag[T <: SpinalTag](spinalTag: T): StreamTransactionExtender.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  13. def afterElaboration(body: ⇒ Unit): ArrayBuffer[PrePopTask]

    Permalink
    Definition Classes
    Component
  14. def asFormalDut(): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Component
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. val children: ArrayBuffer[Component]

    Permalink
    Definition Classes
    Component
  17. val clockDomain: Handle[ClockDomain]

    Permalink
    Definition Classes
    Component
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  19. def component: Component

    Permalink
    Definition Classes
    ContextUser
  20. val counter: StreamTransactionCounter

    Permalink
  21. val definition: $anon forSome {type $anon <: SpinalTagReady { def addComment(str: String): $anon }}

    Permalink
    Definition Classes
    Component
  22. var definitionName: String

    Permalink
    Definition Classes
    Component
  23. var definitionNameNoMerge: Boolean

    Permalink
    Definition Classes
    Component
  24. val dslBody: ScopeStatement

    Permalink
    Definition Classes
    Component
  25. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  30. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

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

    Permalink
    Definition Classes
    SpinalTagReady
  32. def getAllIo: Set[BaseType]

    Permalink
    Definition Classes
    Component
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def getDisplayName(): String

    Permalink
    Definition Classes
    Component → Nameable
  35. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]

    Permalink
    Definition Classes
    Component
  36. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  37. def getMode: Byte

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

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

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  40. def getOrdredNodeIo: List[BaseType]

    Permalink
    Definition Classes
    Component
  41. def getParentsPath(sep: String): String

    Permalink
    Definition Classes
    Component
  42. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  43. def getPath(sep: String): String

    Permalink
    Definition Classes
    Component
  44. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  45. def getRtlPath(separator: String): String

    Permalink
    Definition Classes
    Component
  46. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  47. def getScalaLocationShort: String

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  51. val globalData: GlobalData

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

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

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

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  55. def instanceAttributes(language: Language): Iterable[Attribute]

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

    Permalink
    Definition Classes
    SpinalTagReady
  57. val io: Bundle { ... /* 7 definitions in type refinement */ }

    Permalink
  58. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  59. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  60. var isFormalTester: Boolean

    Permalink
    Definition Classes
    Component
  61. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  62. def isLogicLess: Boolean

    Permalink
    Definition Classes
    Component
  63. def isNamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  64. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  65. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  66. val lastOne: Bool

    Permalink
  67. var localNamingScope: NamingScope

    Permalink
    Definition Classes
    Component
  68. var name: String

    Permalink
    Definition Classes
    Nameable
  69. var nameableRef: Nameable

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

    Permalink
    Definition Classes
    AnyRef
  71. def noIoPrefix(): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Component
  72. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  74. def onBody[T](body: ⇒ T): T

    Permalink
    Definition Classes
    Component
  75. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  76. val outValid: Bool

    Permalink
  77. def overrideLocalName(name: String): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Nameable
  78. def parent: Component

    Permalink
    Definition Classes
    Component
  79. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  80. def parents(of: Component, list: List[Component]): List[Component]

    Permalink
    Definition Classes
    Component
  81. val payload: T

    Permalink
  82. def postInitCallback(): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Component → PostInitCallback
  83. def postPopEvent(): Unit

    Permalink
    Definition Classes
    Stackable
  84. def postPushEvent(): Unit

    Permalink
    Definition Classes
    Component → Stackable
  85. def prePop(): Unit

    Permalink
    Definition Classes
    Component
  86. def prePopEvent(): Unit

    Permalink
    Definition Classes
    Component → Stackable
  87. var pulledDataCache: Map[Data, Data]

    Permalink
    Definition Classes
    Component
  88. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  89. def reflectBaseType(name: String): BaseType

    Permalink
    Definition Classes
    Component
  90. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  91. def removeTag(spinalTag: SpinalTag): StreamTransactionExtender.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  93. def rework[T](gen: ⇒ T): T

    Permalink
    Definition Classes
    Component
  94. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  95. val scopeProperties: Capture

    Permalink
    Definition Classes
    Component
  96. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): StreamTransactionExtender.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  101. def setCompositeName(nameable: Nameable): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Nameable
  102. def setDefinitionName(name: String, noMerge: Boolean): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Component
  103. def setFormalTester(): Unit

    Permalink
    Definition Classes
    Component
  104. def setName(name: String, namePriority: Byte): StreamTransactionExtender.this.type

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

    Permalink
    Definition Classes
    Nameable
  106. def setName(name: String): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Nameable
  107. def setNameAsWeak(): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Nameable
  108. def setPartialName(name: String, namePriority: Byte, owner: Any): StreamTransactionExtender.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  113. def setPartialName(name: String): StreamTransactionExtender.this.type

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

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

    Permalink
    Definition Classes
    OwnableRef
  116. def setScalaLocated(source: ScalaLocated): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    ScalaLocated
  117. def setWeakName(name: String): StreamTransactionExtender.this.type

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

    Permalink
    Definition Classes
    SpinalTagReady
  119. def stub(): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Component
  120. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  121. def toString(): String

    Permalink
    Definition Classes
    Nameable → AnyRef → Any
  122. def unsetName(): StreamTransactionExtender.this.type

    Permalink
    Definition Classes
    Nameable
  123. val userCache: Map[Any, Any]

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

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

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

    Permalink
    Definition Classes
    Component → ValCallbackRec
  127. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. def walkComponents(body: (Component) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Component
  131. def withAutoPull(): Unit

    Permalink
    Definition Classes
    Component
  132. var withHierarchyAutoPull: Boolean

    Permalink
    Definition Classes
    Component
  133. def withKeywords(): Unit

    Permalink
    Definition Classes
    Component
  134. var withVitalOutputs: Boolean

    Permalink
    Definition Classes
    Component
  135. def withoutKeywords(): Unit

    Permalink
    Definition Classes
    Component
  136. var withoutReservedKeywords: Boolean

    Permalink
    Definition Classes
    Component

Deprecated Value Members

  1. 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 Component

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from OverridedEqualsHashCode

Inherited from SpinalTagReady

Inherited from Stackable

Inherited from PostInitCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped