Class

spinal.lib.bus.amba4.axis

Axi4StreamConfig

Related Doc: package axis

Permalink

case class Axi4StreamConfig(dataWidth: Int, idWidth: Int = 1, destWidth: Int = 1, userWidth: Int = 1, useStrb: Boolean = false, useKeep: Boolean = false, useLast: Boolean = false, useId: Boolean = false, useDest: Boolean = false, useUser: Boolean = false) extends Product with Serializable

Axi4-Stream configuration

dataWidth

Width of the bus in BYTES

idWidth

Width of the ID field in bits

destWidth

Width of the Destination field in bits

userWidth

Width of the User field in bits

useStrb

Use byte strobe bits

useKeep

Use byte keep bits

useLast

Use last bit

useId

Use ID field, must specify idWidth

useDest

Use Destination field, must specify destWidth

useUser

Use User field, must specify userWidth

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Axi4StreamConfig
  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 Axi4StreamConfig(dataWidth: Int, idWidth: Int = 1, destWidth: Int = 1, userWidth: Int = 1, useStrb: Boolean = false, useKeep: Boolean = false, useLast: Boolean = false, useId: Boolean = false, useDest: Boolean = false, useUser: Boolean = false)

    Permalink

    dataWidth

    Width of the bus in BYTES

    idWidth

    Width of the ID field in bits

    destWidth

    Width of the Destination field in bits

    userWidth

    Width of the User field in bits

    useStrb

    Use byte strobe bits

    useKeep

    Use byte keep bits

    useLast

    Use last bit

    useId

    Use ID field, must specify idWidth

    useDest

    Use Destination field, must specify destWidth

    useUser

    Use User field, must specify userWidth

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink

    Width of the bus in BYTES

  7. val destWidth: Int

    Permalink

    Width of the Destination field in bits

  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. val idWidth: Int

    Permalink

    Width of the ID field in bits

  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. val useDest: Boolean

    Permalink

    Use Destination field, must specify destWidth

  17. val useId: Boolean

    Permalink

    Use ID field, must specify idWidth

  18. val useKeep: Boolean

    Permalink

    Use byte keep bits

  19. val useLast: Boolean

    Permalink

    Use last bit

  20. val useStrb: Boolean

    Permalink

    Use byte strobe bits

  21. val useUser: Boolean

    Permalink

    Use User field, must specify userWidth

  22. val userWidth: Int

    Permalink

    Width of the User field in bits

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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