case class BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = mutable.LinkedHashMap[Int, BmbSourceParameter]()) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BmbAccessParameter
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = mutable.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 canMask: Boolean
- def canRead: Boolean
- def canWrite: Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def contextWidth: Int
- val dataWidth: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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