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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Axi4Config
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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
- def addressType: UInt
- val addressWidth: Int
- val arUserWidth: Int
- def arwUserWidth: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val awUserWidth: Int
- val bUserWidth: Int
- def bytePerWord: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val combinedIssuingCapability: Int
- def dataType: Bits
- val dataWidth: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def idType: UInt
- val idWidth: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lenType: UInt
- def lenWidth: Int
- def lockWidth: Int
-
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()
- val rUserWidth: Int
- val readDataReorderingDepth: Int
- val readIssuingCapability: Int
- def sizeWidth: Int
- def symbolRange: Inclusive
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toFullConfig(defaultIdWidth: Int = 1): Axi4Config
- val useAllStrb: Boolean
- def useArUser: Boolean
- def useArwUser: Boolean
- def useAwUser: Boolean
- def useBUser: Boolean
- val useBurst: Boolean
- val useCache: Boolean
- val useId: Boolean
- val useLast: Boolean
- val useLen: Boolean
- val useLock: Boolean
- val useProt: Boolean
- val useQos: Boolean
- def useRUser: Boolean
- val useRegion: Boolean
- val useResp: Boolean
- val useSize: Boolean
- val useStrb: Boolean
- def useWUser: Boolean
- def useWid: Boolean
- val wUserWidth: 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( ... )
- val withAxi3: Boolean
- def wordRange: Inclusive
- val writeIssuingCapability: Int
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated