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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Axi4StreamConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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)
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val dataWidth: Int
- val destWidth: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val idWidth: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val useDest: Boolean
- val useId: Boolean
- val useKeep: Boolean
- val useLast: Boolean
- val useStrb: Boolean
- val useUser: Boolean
- val userWidth: Int
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated