Packages

case class Axi4Config(addressWidth: Int, dataWidth: Int, idWidth: Int = -1, useId: Boolean = true, withAxi3: Boolean = false, 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, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Axi4Config
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Axi4Config(addressWidth: Int, dataWidth: Int, idWidth: Int = -1, useId: Boolean = true, withAxi3: Boolean = false, 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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addressType: UInt
  5. val addressWidth: Int
  6. val arUserWidth: Int
  7. def arwUserWidth: Int
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val awUserWidth: Int
  10. val bUserWidth: Int
  11. def bytePerWord: Int
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  13. val combinedIssuingCapability: Int
  14. def dataType: Bits
  15. val dataWidth: Int
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def idType: UInt
  19. val idWidth: Int
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lenType: UInt
  22. def lenWidth: Int
  23. def lockWidth: Int
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val rUserWidth: Int
  29. val readDataReorderingDepth: Int
  30. val readIssuingCapability: Int
  31. def sizeWidth: Int
  32. def symbolRange: Inclusive
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toFullConfig(defaultIdWidth: Int = 1): Axi4Config
  35. val useAllStrb: Boolean
  36. def useArUser: Boolean
  37. def useArwUser: Boolean
  38. def useAwUser: Boolean
  39. def useBUser: Boolean
  40. val useBurst: Boolean
  41. val useCache: Boolean
  42. val useId: Boolean
  43. val useLast: Boolean
  44. val useLen: Boolean
  45. val useLock: Boolean
  46. val useProt: Boolean
  47. val useQos: Boolean
  48. def useRUser: Boolean
  49. val useRegion: Boolean
  50. val useResp: Boolean
  51. val useSize: Boolean
  52. val useStrb: Boolean
  53. def useWUser: Boolean
  54. def useWid: Boolean
  55. val wUserWidth: Int
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. val withAxi3: Boolean
  60. def wordRange: Inclusive
  61. val writeIssuingCapability: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped