c

spinal.lib.bus.bmb

BmbAccessParameter

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

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

Instance Constructors

  1. new BmbAccessParameter(addressWidth: Int, dataWidth: Int, sources: LinkedHashMap[Int, BmbSourceParameter] = mutable.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(classOf[java.lang.CloneNotSupportedException]) @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[_ <: AnyRef]
    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 productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def randSource(): Int
  34. def sourceWidth: Int
  35. val sources: LinkedHashMap[Int, BmbSourceParameter]
  36. def sourcesId: Iterable[Int]
  37. def sourcesRemap(f: (Int) => Int): BmbAccessParameter
  38. def sourcesTransform(f: (BmbSourceParameter) => BmbSourceParameter): BmbAccessParameter
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toAccessCapabilities(): BmbAccessCapabilities
  41. def toBmbParameter(): BmbParameter
  42. def transferBeatCount: Int
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. def withSingleSource(source: BmbSourceParameter): BmbAccessParameter
  47. def wordMask: Int
  48. def wordRange: Inclusive
  49. 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 Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped