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 canInvalidate: Boolean
  18. def canMask: Boolean
  19. def canRead: Boolean
  20. def canSync: Boolean
  21. def canWrite: Boolean
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  23. def contextWidth: Int
  24. val dataWidth: Int
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lengthWidth: Int
  29. def maskWidth: Int
  30. def maximumPendingTransaction: Int
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. def randSource(): Int
  35. def sourceWidth: Int
  36. val sources: LinkedHashMap[Int, BmbSourceParameter]
  37. def sourcesId: Iterable[Int]
  38. def sourcesRemap(f: (Int) ⇒ Int): BmbAccessParameter
  39. def sourcesTransform(f: (BmbSourceParameter) ⇒ BmbSourceParameter): BmbAccessParameter
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toAccessCapabilities(): BmbAccessCapabilities
  42. def toBmbParameter(): BmbParameter
  43. def transferBeatCount: Int
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withSingleSource(source: BmbSourceParameter): BmbAccessParameter
  48. def wordMask: Int
  49. def wordRange: Inclusive
  50. 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