package axis
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
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
-
class
Axi4StreamSimpleWidthAdapter extends Component
Adapts the width of a sparse Axi4Stream.
Adapts the width of a sparse Axi4Stream. Input and output configurations should be direct assignment compatible.
- class Axi4StreamSparseCompactor extends Component
-
class
Axi4StreamWidthAdapter extends Component
Adapts the width of a sparse Axi4Stream.
Adapts the width of a sparse Axi4Stream. Input and output configurations should be direct assignment compatible.
- class Axi4StreamWidthAdapter_8_8 extends Component
Value Members
- object Axi4Stream
- object Axi4StreamSimpleWidthAdapter
- object Axi4StreamSparseCompactor
- object Axi4StreamWidthAdapter
- object Axi4StreamWidthAdapter_8_8