Class

spinal.lib.bus.bmb

BmbAccessParameter

Related Doc: package bmb

Permalink

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] = ...)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _aggregated: BmbSourceParameter

    Permalink
  5. var _self: BmbAccessParameter

    Permalink
  6. def accessLatencyMin: Int

    Permalink
  7. def addSources(count: Int, p: BmbSourceParameter): BmbAccessParameter.this.type

    Permalink
  8. val addressWidth: Int

    Permalink
  9. def aggregated: BmbSourceParameter

    Permalink
  10. def alignment: Kind

    Permalink
  11. def alignmentMin: Int

    Permalink
  12. def allowBurst: Boolean

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def beatCounterWidth: Int

    Permalink
  15. def byteCount: Int

    Permalink
  16. def canExclusive: Boolean

    Permalink
  17. def canInvalidate: Boolean

    Permalink
  18. def canMask: Boolean

    Permalink
  19. def canRead: Boolean

    Permalink
  20. def canSync: Boolean

    Permalink
  21. def canWrite: Boolean

    Permalink
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  23. def contextWidth: Int

    Permalink
  24. val dataWidth: Int

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def lengthWidth: Int

    Permalink
  29. def maskWidth: Int

    Permalink
  30. def maximumPendingTransaction: Int

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def randSource(): Int

    Permalink
  35. def sourceWidth: Int

    Permalink
  36. val sources: LinkedHashMap[Int, BmbSourceParameter]

    Permalink
  37. def sourcesId: Iterable[Int]

    Permalink
  38. def sourcesRemap(f: (Int) ⇒ Int): BmbAccessParameter

    Permalink
  39. def sourcesTransform(f: (BmbSourceParameter) ⇒ BmbSourceParameter): BmbAccessParameter

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toAccessCapabilities(): BmbAccessCapabilities

    Permalink
  42. def toBmbParameter(): BmbParameter

    Permalink
  43. def transferBeatCount: Int

    Permalink
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withSingleSource(source: BmbSourceParameter): BmbAccessParameter

    Permalink
  48. def wordMask: Int

    Permalink
  49. def wordRange: Inclusive

    Permalink
  50. def wordRangeLength: Int

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    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