Class

spinal.lib.bus.amba4.axi

Axi4WriteOnlyDecoder

Related Doc: package axi

Permalink

case class Axi4WriteOnlyDecoder(axiConfig: Axi4Config, decodings: Seq[SizeMapping], pendingMax: Int = 7) extends Component with Product with Serializable

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

Instance Constructors

  1. new Axi4WriteOnlyDecoder(axiConfig: Axi4Config, decodings: Seq[SizeMapping], pendingMax: Int = 7)

    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: Set[SpinalTag]

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  7. def addAttribute(name: String): Axi4WriteOnlyDecoder.this.type

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  11. val allowCmd: Bool

    Permalink
  12. val allowData: Bool

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. val axiConfig: Axi4Config

    Permalink
  15. val children: ArrayBuffer[Component]

    Permalink
    Definition Classes
    Component
  16. val clockDomain: ClockDomain

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. val cmdAllowedStart: Bool

    Permalink
  19. def component: Component

    Permalink
    Definition Classes
    ContextUser
  20. val decodedCmdError: Bool

    Permalink
  21. val decodedCmdSels: Bits

    Permalink
  22. val decodingErrorPossible: Boolean

    Permalink
  23. val decodings: Seq[SizeMapping]

    Permalink
  24. var definitionName: String

    Permalink
    Definition Classes
    Component
  25. def delayedInit(body: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Component → DelayedInit
  26. val dslBody: ScopeStatement

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

    Permalink
    Definition Classes
    AnyRef
  28. val errorSlave: Axi4WriteOnlyErrorSlave

    Permalink
  29. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean

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

    Permalink
    Definition Classes
    SpinalTagReady
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]

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

    Permalink
    Definition Classes
    Nameable
  34. def getAllIo: Set[BaseType]

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getDisplayName(): String

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

    Permalink
    Definition Classes
    Component
  38. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  39. def getMode: Byte

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

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

    Permalink
    Definition Classes
    Nameable
  42. def getOrdredNodeIo: List[BaseType]

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

    Permalink
    Definition Classes
    Component
  44. def getPath(sep: String): String

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

    Permalink
    Definition Classes
    OwnableRef
  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(): Set[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 instanceAttributes(language: Language): Iterable[Attribute]

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

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

    Permalink
  57. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  58. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  59. def isNamed: Boolean

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

    Permalink
    Definition Classes
    Nameable
  61. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  62. var localNamingScope: NamingScope

    Permalink
    Definition Classes
    Component
  63. var name: String

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  64. def nameElements(): Unit

    Permalink
    Definition Classes
    Component
  65. var nameableRef: Nameable

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

    Permalink
    Definition Classes
    AnyRef
  67. def noIoPrefix(): Axi4WriteOnlyDecoder.this.type

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

    Permalink
    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  71. def parent: Component

    Permalink
    Definition Classes
    Component
  72. var parentScope: ScopeStatement

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

    Permalink
    Definition Classes
    Component
  74. val pendingCmdCounter: CounterUpDown

    Permalink
  75. val pendingDataCounter: CounterUpDown

    Permalink
  76. val pendingError: Bool

    Permalink
  77. val pendingMax: Int

    Permalink
  78. val pendingSels: Bits

    Permalink
  79. def postPopEvent(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Component
  84. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  85. def removeTag(spinalTag: SpinalTag): Axi4WriteOnlyDecoder.this.type

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  93. def setCompositeName(nameable: Nameable): Axi4WriteOnlyDecoder.this.type

    Permalink
    Definition Classes
    Nameable
  94. def setDefinitionName(name: String): Axi4WriteOnlyDecoder.this.type

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

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

    Permalink
    Definition Classes
    Nameable
  97. def setName(name: String): Axi4WriteOnlyDecoder.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  102. def setPartialName(name: String): Axi4WriteOnlyDecoder.this.type

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

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

    Permalink
    Definition Classes
    OwnableRef
  105. def setScalaLocated(source: ScalaLocated): Axi4WriteOnlyDecoder.this.type

    Permalink
    Definition Classes
    ScalaLocated
  106. def setWeakName(name: String): Axi4WriteOnlyDecoder.this.type

    Permalink
    Definition Classes
    Nameable
  107. def spinalTags: Set[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  108. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Nameable → AnyRef → Any
  110. def unsetName(): Axi4WriteOnlyDecoder.this.type

    Permalink
    Definition Classes
    Nameable
  111. val userCache: Map[AnyRef, Map[AnyRef, AnyRef]]

    Permalink
    Definition Classes
    Component
  112. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  115. val writeRspIndex: UInt

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Component

Inherited from SpinalTagReady

Inherited from Stackable

Inherited from DelayedInit

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