c

spinal.lib.bus.bmb

BmbAccessParameter

case class BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = ...) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BmbAccessParameter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _aggregated: BmbSourceParameter
  5. def accessLatencyMin: Int
  6. def addSources(count: Int, p: BmbSourceParameter): BmbAccessParameter.this.type
  7. val addressWidth: Int
  8. def aggregated: BmbSourceParameter
  9. def alignment: Kind
  10. def alignmentMin: Int
  11. def allowBurst: Boolean
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def beatCounterWidth: Int
  14. def byteCount: Int
  15. def canExclusive: Boolean
  16. def canRead: Boolean
  17. def canWrite: Boolean
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  19. def contextWidth: Int
  20. val dataWidth: Int
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lengthWidth: Int
  25. def maskWidth: Int
  26. def maximumPendingTransaction: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def randSource(): Int
  31. def sourceWidth: Int
  32. val sources: LinkedHashMap[Int, BmbSourceParameter]
  33. def sourcesId: Iterable[Int]
  34. def sourcesRemap(f: (Int) ⇒ Int): BmbAccessParameter
  35. def sourcesTransform(f: (BmbSourceParameter) ⇒ BmbSourceParameter): BmbAccessParameter
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toAccessCapabilities(): BmbAccessCapabilities
  38. def toBmbParameter(): BmbParameter
  39. def transferBeatCount: Int
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def withSingleSource(source: BmbSourceParameter): BmbAccessParameter
  44. def wordMask: Int
  45. def wordRange: Inclusive
  46. def wordRangeLength: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped