Packages

c

spinal.lib.bus.amba4.axi

Axi4WriteOnlyDownsizer

case class Axi4WriteOnlyDownsizer(inputConfig: Axi4Config, outputConfig: Axi4Config, rspDepth: Int = 2) extends Component with Product with Serializable

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

Instance Constructors

  1. new Axi4WriteOnlyDownsizer(inputConfig: Axi4Config, outputConfig: Axi4Config, rspDepth: Int = 2)

Type Members

  1. case class PrePopTask(task: () ⇒ Unit) extends Product with Serializable

    Class used to create a task that must be executed after the creation of the component

    Class used to create a task that must be executed after the creation of the component

    Definition Classes
    Component
  2. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  2. def addAttribute(attribute: Attribute): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    ComponentSpinalTagReady
  3. def addAttribute(name: String, value: Int): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  4. def addAttribute(name: String, value: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  5. def addAttribute(name: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  6. def addComment(str: String): Component
    Definition Classes
    Component
  7. def addPrePopTask(task: () ⇒ Unit): ArrayBuffer[PrePopTask]

    Add a new prePopTask

    Add a new prePopTask

    Definition Classes
    Component
  8. def addTag[T <: SpinalTag](spinalTag: T): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  9. def addTags(h: SpinalTag, tail: SpinalTag*): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  10. def addTags[T <: SpinalTag](tags: Iterable[T]): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  11. def afterElaboration(body: ⇒ Unit): ArrayBuffer[PrePopTask]
    Definition Classes
    Component
  12. def asFormalDut(): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Component
  13. val beatOffset: UInt
  14. val beatOffsetReg: UInt
  15. val children: ArrayBuffer[Component]

    Contains an array of all children Component

    Contains an array of all children Component

    Definition Classes
    Component
  16. val clockDomain: Handle[ClockDomain]

    Get the current clock domain (null if there is no clock domain already set )

    Get the current clock domain (null if there is no clock domain already set )

    Definition Classes
    Component
  17. val cmdStream: Stream[Axi4Aw]
  18. def component: Component
    Definition Classes
    ContextUser
  19. val countCmdStream: Stream[Axi4Aw]
  20. val dataExtender: StreamTransactionExtender[Axi4W, Axi4W]
  21. val dataStream: Stream[Axi4W]
  22. val dataWorking: Bool
  23. val definition: $anon forSome {type $anon <: SpinalTagReady { def addComment(str: String): $anon }}
    Definition Classes
    Component
  24. var definitionName: String

    Definition Name (name of the entity (VHDL) or module (Verilog))

    Definition Name (name of the entity (VHDL) or module (Verilog))

    Definition Classes
    Component
  25. var definitionNameNoMerge: Boolean
    Definition Classes
    Component
  26. val dslBody: ScopeStatement
    Definition Classes
    Component
  27. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  28. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  29. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  30. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  31. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  32. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  33. val generator: Axi4DownsizerSubTransactionGenerator[Axi4Aw]
  34. def getAllIo: Set[BaseType]

    Get a set of all IO available in the component

    Get a set of all IO available in the component

    Definition Classes
    Component
  35. def getDisplayName(): String
    Definition Classes
    ComponentNameable
  36. def getGroupedIO(ioBundleBypass: Boolean): Seq[Data]
    Definition Classes
    Component
  37. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  38. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  39. def getName(): String
    Definition Classes
    NameableByComponentNameable
  40. def getOrdredNodeIo: List[BaseType]

    Sort all IO regarding instanceCounter

    Sort all IO regarding instanceCounter

    Definition Classes
    Component
  41. def getParentsPath(sep: String = "/"): String

    Return the path of the parent

    Return the path of the parent

    Definition Classes
    Component
    Example:
    1. toplevel/[myComponent1] // Current component is myComponent2
  42. def getPartialName(): String
    Definition Classes
    Nameable
  43. def getPath(sep: String = "/"): String

    Return the path of the component

    Return the path of the component

    Definition Classes
    Component
    Example:
    1. toplevel/[myComponent1]/[myComponent2] // Current component is myComponent2
  44. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  45. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  46. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Component
  47. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  48. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  49. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  50. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  51. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  52. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  53. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  54. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  55. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  56. val inputConfig: Axi4Config
  57. val inputDataCounter: StreamTransactionCounter
  58. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  59. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  60. val io: Bundle { ... /* 2 definitions in type refinement */ }
  61. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  62. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  63. var isFormalTester: Boolean
    Definition Classes
    Component
  64. def isLogicLess: Boolean
    Definition Classes
    Component
  65. final def isNamed: Boolean
    Definition Classes
    Nameable
  66. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  67. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  68. var localNamingScope: NamingScope

    Name allocation

    Name allocation

    Definition Classes
    Component
  69. val name: String
    Definition Classes
    Nameable
  70. def noIoPrefix(): Axi4WriteOnlyDownsizer.this.type

    No "io_" prefix in front of the in/out signals

    No "io_" prefix in front of the in/out signals

    Definition Classes
    Component
  71. val offset: UInt
  72. def onBody[T](body: ⇒ T): T
    Definition Classes
    Component
  73. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  74. val outCmdStream: Stream[Axi4Aw]
  75. val outputConfig: Axi4Config
  76. def overrideLocalName(name: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  77. def parent: Component

    Get the parent component (null if there is no parent)

    Get the parent component (null if there is no parent)

    Definition Classes
    Component
  78. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  79. def parents(of: Component = this, list: List[Component] = Nil): List[Component]

    Return a list of all parents of the components

    Return a list of all parents of the components

    Definition Classes
    Component
  80. def postInitCallback(): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Component → PostInitCallback
  81. def postPopEvent(): Unit
    Definition Classes
    Stackable
  82. def postPushEvent(): Unit
    Definition Classes
    ComponentStackable
  83. def prePop(): Unit
    Definition Classes
    Component
  84. def prePopEvent(): Unit
    Definition Classes
    ComponentStackable
  85. var pulledDataCache: Map[Data, Data]
    Definition Classes
    Component
  86. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  87. def reflectBaseType(name: String): BaseType
    Definition Classes
    Component
  88. def reflectNames(): Unit
    Definition Classes
    Nameable
  89. def removeTag(spinalTag: SpinalTag): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  90. def removeTags(tags: Iterable[SpinalTag]): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    SpinalTagReady
  91. def rework[T](gen: ⇒ T): T
    Definition Classes
    Component
  92. val rspCountStream: Stream[Axi4Aw]
  93. val rspCtrlStream: Stream[Bool]
  94. val rspDepth: Int
  95. val rspStream: Stream[TupleBundle2[Bool, Axi4B]]
  96. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  97. val scopeProperties: Capture

    Rework the component

    Rework the component

    Definition Classes
    Component
  98. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  99. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  100. def setCompositeName(nameable: Nameable, postfix: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  101. def setCompositeName(nameable: Nameable, namePriority: Byte): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  102. def setCompositeName(nameable: Nameable, weak: Boolean): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  103. def setCompositeName(nameable: Nameable): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  104. def setDefinitionName(name: String, noMerge: Boolean = true): Axi4WriteOnlyDownsizer.this.type

    Set the definition name of the component

    Set the definition name of the component

    Definition Classes
    Component
  105. def setFormalTester(): Unit
    Definition Classes
    Component
  106. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  107. def setName(name: String, namePriority: Byte): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  108. def setName(name: String, weak: Boolean): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  109. def setName(name: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  110. def setNameAsWeak(): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  111. def setPartialName(name: String, namePriority: Byte, owner: Any): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  112. def setPartialName(name: String, namePriority: Byte): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  113. def setPartialName(name: String, weak: Boolean): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  114. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  115. def setPartialName(owner: Nameable, name: String, weak: Boolean): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  116. def setPartialName(name: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  117. def setPartialName(owner: Nameable, name: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  118. def setPartialName(owner: Nameable): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  119. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  120. def setScalaLocated(source: ScalaLocated): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    ScalaLocated
  121. def setWeakName(name: String): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  122. val sizeMaxIn: Int
  123. val sizeMaxOut: Int
  124. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  125. val staleData: Bool
  126. val staleInputData: Bool
  127. val streamCounter: StreamTransactionCounter
  128. def stub(): Axi4WriteOnlyDownsizer.this.type

    Empty Component, remove logic in component and assign zero on output port as stub

    Empty Component, remove logic in component and assign zero on output port as stub

    Definition Classes
    Component
    Example:
    1. val dut = (new MyComponent).stub()
  129. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  130. def traceDisable(recursive: Boolean = true): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Component
  131. def traceEnable(recursive: Boolean = true): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Component
  132. var traceEnabled: Boolean
    Definition Classes
    Component
  133. def unsetName(): Axi4WriteOnlyDownsizer.this.type
    Definition Classes
    Nameable
  134. val userCache: Map[Any, Any]

    Used to store arbitrary object related to the component

    Used to store arbitrary object related to the component

    Definition Classes
    Component
  135. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  136. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  137. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    ComponentValCallbackRec
  138. def walkComponents(body: (Component) ⇒ Unit): Unit
    Definition Classes
    Component
  139. def withAutoPull(): Unit
    Definition Classes
    Component
  140. var withHierarchyAutoPull: Boolean
    Definition Classes
    Component
  141. def withKeywords(): Unit
    Definition Classes
    Component
  142. var withVitalOutputs: Boolean
    Definition Classes
    Component
  143. def withoutKeywords(): Unit
    Definition Classes
    Component
  144. var withoutReservedKeywords: Boolean
    Definition Classes
    Component
  145. val writeCmd: Stream[Axi4Aw]
  146. val writeData: Stream[Axi4W]
  147. val writeStream: Axi4WriteOnly