Class

spinal.lib.bus.amba4.axi

Axi4Config

Related Doc: package axi

Permalink

case class Axi4Config(addressWidth: Int, dataWidth: Int, idWidth: Int = 1, useId: Boolean = true, useRegion: Boolean = true, useBurst: Boolean = true, useLock: Boolean = true, useCache: Boolean = true, useSize: Boolean = true, useQos: Boolean = true, useLen: Boolean = true, useLast: Boolean = true, useResp: Boolean = true, useProt: Boolean = true, useStrb: Boolean = true, useAllStrb: Boolean = false, arUserWidth: Int = 1, awUserWidth: Int = 1, rUserWidth: Int = 1, wUserWidth: Int = 1, bUserWidth: Int = 1, readIssuingCapability: Int = 1, writeIssuingCapability: Int = 1, combinedIssuingCapability: Int = 1, readDataReorderingDepth: Int = 1) extends Product with Serializable

Configuration class for the Axi4 bus

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Axi4Config
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Axi4Config(addressWidth: Int, dataWidth: Int, idWidth: Int = 1, useId: Boolean = true, useRegion: Boolean = true, useBurst: Boolean = true, useLock: Boolean = true, useCache: Boolean = true, useSize: Boolean = true, useQos: Boolean = true, useLen: Boolean = true, useLast: Boolean = true, useResp: Boolean = true, useProt: Boolean = true, useStrb: Boolean = true, useAllStrb: Boolean = false, arUserWidth: Int = 1, awUserWidth: Int = 1, rUserWidth: Int = 1, wUserWidth: Int = 1, bUserWidth: Int = 1, readIssuingCapability: Int = 1, writeIssuingCapability: Int = 1, combinedIssuingCapability: Int = 1, readDataReorderingDepth: Int = 1)

    Permalink

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. def addressType: UInt

    Permalink
  5. val addressWidth: Int

    Permalink
  6. val arUserWidth: Int

    Permalink
  7. def arwUserWidth: Int

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val awUserWidth: Int

    Permalink
  10. val bUserWidth: Int

    Permalink
  11. def bytePerWord: Int

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. val combinedIssuingCapability: Int

    Permalink
  14. def dataType: Bits

    Permalink
  15. val dataWidth: Int

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def idType: UInt

    Permalink
  19. val idWidth: Int

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def lenType: UInt

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val rUserWidth: Int

    Permalink
  26. val readDataReorderingDepth: Int

    Permalink
  27. val readIssuingCapability: Int

    Permalink
  28. def symbolRange: Inclusive

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toFullConfig(defaultIdWidth: Int = 1): Axi4Config

    Permalink
  31. val useAllStrb: Boolean

    Permalink
  32. def useArUser: Boolean

    Permalink
  33. def useArwUser: Boolean

    Permalink
  34. def useAwUser: Boolean

    Permalink
  35. def useBUser: Boolean

    Permalink
  36. val useBurst: Boolean

    Permalink
  37. val useCache: Boolean

    Permalink
  38. val useId: Boolean

    Permalink
  39. val useLast: Boolean

    Permalink
  40. val useLen: Boolean

    Permalink
  41. val useLock: Boolean

    Permalink
  42. val useProt: Boolean

    Permalink
  43. val useQos: Boolean

    Permalink
  44. def useRUser: Boolean

    Permalink
  45. val useRegion: Boolean

    Permalink
  46. val useResp: Boolean

    Permalink
  47. val useSize: Boolean

    Permalink
  48. val useStrb: Boolean

    Permalink
  49. def useWUser: Boolean

    Permalink
  50. val wUserWidth: Int

    Permalink
  51. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def wordRange: Inclusive

    Permalink
  55. val writeIssuingCapability: Int

    Permalink

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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped