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

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped