spinal.lib.bus.amba4.axilite

AxiLite

Related Doc: package axilite

case class AxiLite(config: AxiLiteConfig) extends Bundle with IMasterSlave with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, IMasterSlave, Bundle, OverridedEqualsHashCode, MultiData, Data, ScalaLocated, SpinalTagReady, AttributeReady, Assignable, NameableByComponent, Nameable, ContextUser, GlobalDataUser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AxiLite
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IMasterSlave
  7. Bundle
  8. OverridedEqualsHashCode
  9. MultiData
  10. Data
  11. ScalaLocated
  12. SpinalTagReady
  13. AttributeReady
  14. Assignable
  15. NameableByComponent
  16. Nameable
  17. ContextUser
  18. GlobalDataUser
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AxiLite(config: AxiLiteConfig)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Definition Classes
    Data
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <<(that: AxiLite): Unit

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def >>(that: AxiLite): Unit

  7. def add(attribute: Attribute): Unit

    Definition Classes
    Data → AttributeReady
  8. def addTag(spinalTag: SpinalTag): AxiLite.this.type

    Definition Classes
    MultiData → SpinalTagReady
  9. def allowSimplifyIt(): AxiLite.this.type

    Definition Classes
    Data
  10. val ar: Stream[AxiLiteAr]

  11. def asBits: Bits

    Definition Classes
    MultiData → Data
  12. def asInput(): AxiLite.this.type

    Definition Classes
    MultiData → Data
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def asMaster(): AxiLite.this.type

    Definition Classes
    AxiLiteIMasterSlave
  15. def asOutput(): AxiLite.this.type

    Definition Classes
    MultiData → Data
  16. def asSlave(): AxiLite.this.type

    Definition Classes
    AxiLiteIMasterSlave
  17. def assignAllByName(that: Bundle): Unit

    Definition Classes
    Bundle
  18. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit

    Definition Classes
    MultiData → Data
  19. def assignFromBits(bits: Bits): Unit

    Definition Classes
    MultiData → Data
  20. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

    Definition Classes
    Data
  21. def assignSomeByName(that: Bundle): Unit

    Definition Classes
    Bundle
  22. val aw: Stream[AxiLiteAw]

  23. val b: Stream[AxiLiteB]

  24. def clone(): AxiLite.this.type

    Definition Classes
    Bundle → Data → AnyRef
  25. var cloneFunc: () ⇒ AnyRef

    Definition Classes
    Bundle
  26. var component: Component

    Definition Classes
    ContextUser
  27. val config: AxiLiteConfig

  28. def dontSimplifyIt(): AxiLite.this.type

    Definition Classes
    Data
  29. def elements: ArrayBuffer[(String, Data)]

    Definition Classes
    Bundle → MultiData
  30. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def find(name: String): Data

    Definition Classes
    MultiData
  34. def flatten: Seq[BaseType]

    Definition Classes
    MultiData → Data
  35. def flattenLocalName: Seq[String]

    Definition Classes
    MultiData → Data
  36. def flip(): AxiLite.this.type

    Definition Classes
    MultiData → Data
  37. def getBitsWidth: Int

    Definition Classes
    MultiData → Data
  38. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  39. def getComponent(): Component

    Definition Classes
    Data → NameableByComponent
  40. def getComponents(): Seq[Component]

    Definition Classes
    Data
  41. def getDisplayName(): String

    Definition Classes
    Nameable
  42. def getName(): String

    Definition Classes
    NameableByComponent → Nameable
  43. def getZero: AxiLite.this.type

    Definition Classes
    MultiData → Data
  44. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  45. def hasTag(spinalTag: SpinalTag): Boolean

    Definition Classes
    SpinalTagReady
  46. def hashCode(): Int

    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  47. def isDirectionLess: Boolean

    Definition Classes
    Data
  48. def isInput: Boolean

    Definition Classes
    Data
  49. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  50. def isNamed: Boolean

    Definition Classes
    Nameable
  51. def isOutput: Boolean

    Definition Classes
    Data
  52. def isReg: Boolean

    Definition Classes
    Data
  53. def isUnnamed: Boolean

    Definition Classes
    Nameable
  54. def keep(): AxiLite.this.type

    Definition Classes
    Data
  55. def nameChangeEvent(weak: Boolean): Unit

    Attributes
    protected
    Definition Classes
    MultiData → Nameable
  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  59. def pull(): AxiLite.this.type

    Definition Classes
    Data
  60. val r: Stream[AxiLiteR]

  61. def randBoot(): AxiLite.this.type

    Definition Classes
    Data
  62. def readCmd: Stream[AxiLiteAr]

  63. def readData: Stream[AxiLiteR]

  64. def resized: AxiLite.this.type

    Definition Classes
    Data
  65. def setCompositeName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  66. def setName(name: String, weak: Boolean): AxiLite.this.type

    Definition Classes
    Nameable
  67. def setName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  68. def setWeakName(name: String): Nameable

    Definition Classes
    Nameable
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  70. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  71. val w: Stream[AxiLiteW]

  72. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. def writeCmd: Stream[AxiLiteAw]

  76. def writeData: Stream[AxiLiteW]

  77. def writeRet: Stream[AxiLiteB]

Deprecated Value Members

  1. def autoResize(): AxiLite.this.type

    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    Use resized instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IMasterSlave

Inherited from Bundle

Inherited from OverridedEqualsHashCode

Inherited from MultiData

Inherited from Data

Inherited from ScalaLocated

Inherited from SpinalTagReady

Inherited from AttributeReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped