Class

spinal.lib.bus.amba4.axi

Axi4SharedDecoder

Related Doc: package axi

Permalink

case class Axi4SharedDecoder(axiConfig: Axi4Config, readDecodings: Seq[SizeMapping], writeDecodings: Seq[SizeMapping], sharedDecodings: Seq[SizeMapping], pendingMax: Int = 7, lowLatency: Boolean = false) extends Component with Product with Serializable

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

Instance Constructors

  1. new Axi4SharedDecoder(axiConfig: Axi4Config, readDecodings: Seq[SizeMapping], writeDecodings: Seq[SizeMapping], sharedDecodings: Seq[SizeMapping], pendingMax: Int = 7, lowLatency: Boolean = false)

    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): Axi4SharedDecoder.this.type

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  10. def addTags[T <: SpinalTag](tags: Iterable[T]): Axi4SharedDecoder.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. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  29. val errorSlave: Axi4SharedErrorSlave

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  39. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  40. def getMode: Byte

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    OwnableRef
  48. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  49. def getScalaLocationShort: String

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  52. def getTags(): Set[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  53. val globalData: GlobalData

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

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

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

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

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

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

    Permalink
  60. def isEmptyOfTag: Boolean

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

    Permalink
    Definition Classes
    Any
  62. def isNamed: Boolean

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

    Permalink
    Definition Classes
    Nameable
  64. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  65. var localNamingScope: NamingScope

    Permalink
    Definition Classes
    Component
  66. val lowLatency: Boolean

    Permalink
  67. var name: String

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

    Permalink
    Definition Classes
    Component
  69. var nameableRef: Nameable

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

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  75. def parent: Component

    Permalink
    Definition Classes
    Component
  76. var parentScope: ScopeStatement

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

    Permalink
    Definition Classes
    Component
  78. val pendingCmdCounter: UInt

    Permalink
  79. val pendingDataCounter: CounterUpDown

    Permalink
  80. val pendingError: Bool

    Permalink
  81. val pendingMax: Int

    Permalink
  82. val pendingSels: Bits

    Permalink
  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. val readDecodings: Seq[SizeMapping]

    Permalink
  89. val readRange: Inclusive

    Permalink
  90. val readRspIndex: UInt

    Permalink
  91. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  93. def removeTag(spinalTag: SpinalTag): Axi4SharedDecoder.this.type

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  102. def setDefinitionName(name: String): Axi4SharedDecoder.this.type

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

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

    Permalink
    Definition Classes
    Nameable
  105. def setName(name: String): Axi4SharedDecoder.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  110. def setPartialName(name: String): Axi4SharedDecoder.this.type

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

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

    Permalink
    Definition Classes
    OwnableRef
  113. def setScalaLocated(source: ScalaLocated): Axi4SharedDecoder.this.type

    Permalink
    Definition Classes
    ScalaLocated
  114. def setWeakName(name: String): Axi4SharedDecoder.this.type

    Permalink
    Definition Classes
    Nameable
  115. val sharedDecodings: Seq[SizeMapping]

    Permalink
  116. val sharedRange: Inclusive

    Permalink
  117. def spinalTags: Set[SpinalTag]

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

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

    Permalink
    Definition Classes
    Nameable → AnyRef → Any
  120. def unsetName(): Axi4SharedDecoder.this.type

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  125. val writeDecodings: Seq[SizeMapping]

    Permalink
  126. val writeRange: Inclusive

    Permalink
  127. val writeRspIndex: UInt

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Component

Inherited from OverridedEqualsHashCode

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