case class BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = ...) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BmbAccessParameter
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = ...)
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
- var _aggregated: BmbSourceParameter
- var _self: BmbAccessParameter
- def accessLatencyMin: Int
- def addSources(count: Int, p: BmbSourceParameter): BmbAccessParameter.this.type
- val addressWidth: Int
- def aggregated: BmbSourceParameter
- def alignment: Kind
- def alignmentMin: Int
- def allowBurst: Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beatCounterWidth: Int
- def byteCount: Int
- def canExclusive: Boolean
- def canInvalidate: Boolean
- def canMask: Boolean
- def canRead: Boolean
- def canSync: Boolean
- def canWrite: Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def contextWidth: Int
- val dataWidth: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lengthWidth: Int
- def maskWidth: Int
- def maximumPendingTransaction: 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()
- def randSource(): Int
- def sourceWidth: Int
- val sources: LinkedHashMap[Int, BmbSourceParameter]
- def sourcesId: Iterable[Int]
- def sourcesRemap(f: (Int) ⇒ Int): BmbAccessParameter
- def sourcesTransform(f: (BmbSourceParameter) ⇒ BmbSourceParameter): BmbAccessParameter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toAccessCapabilities(): BmbAccessCapabilities
- def toBmbParameter(): BmbParameter
- def transferBeatCount: 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( ... )
- def withSingleSource(source: BmbSourceParameter): BmbAccessParameter
- def wordMask: Int
- def wordRange: Inclusive
- def wordRangeLength: Int
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated