c

spinal.lib.system.dma.sg

DmaSgGenerator

class DmaSgGenerator extends Area

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DmaSgGenerator
  2. Area
  3. OverridedEqualsHashCode
  4. ValCallbackRec
  5. ValCallback
  6. NameableByComponent
  7. Nameable
  8. ContextUser
  9. ScalaLocated
  10. GlobalDataUser
  11. OwnableRef
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DmaSgGenerator(ctrlOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, bsbInterconnect: BsbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null)

Type Members

  1. case class ChannelModel() extends Area with Product with Serializable
  2. case class InputModel() extends Area with Product with Serializable
  3. case class OutputModel(bsbInterconnect: BsbInterconnectGenerator) extends Area with Product with Serializable
  4. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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. val _context: Capture
    Definition Classes
    Area
  5. val accessRequirements: Handle[BmbAccessParameter]
  6. val accessSource: Handle[BmbAccessCapabilities]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val channels: ArrayBuffer[ChannelModel]
  9. def childNamePriority: Byte
    Definition Classes
    Area
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. def component: Component
    Definition Classes
    ContextUser
  12. def connectInterrupts(ctrl: InterruptCtrlGeneratorI, offsetId: Int): Unit
  13. def createChannel(): ChannelModel
  14. def createInput(): Handle[Bsb]
  15. def createOutput(byteCount: Int): OutputModel
  16. val ctrl: Handle[Bmb]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  19. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. def getDisplayName(): String
    Definition Classes
    Nameable
  22. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  23. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  24. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  25. def getName(): String
    Definition Classes
    NameableByComponentNameable
  26. def getPartialName(): String
    Definition Classes
    Nameable
  27. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  28. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  29. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  30. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  31. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  32. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  33. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  34. val inputs: ArrayBuffer[InputModel]
  35. val interrupt: Handle[Bool]
  36. val interrupts: Handle[Bits]
  37. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def isNamed: Boolean
    Definition Classes
    Nameable
  40. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  41. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  42. val logic: Handle[Core[Bmb]]
  43. val name: String
    Definition Classes
    Nameable
  44. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  48. val outputs: ArrayBuffer[OutputModel]
  49. def overrideLocalName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  50. val parameter: Area { ... /* 14 definitions in type refinement */ }
  51. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  52. val read: Handle[Bmb]
  53. val readSg: Handle[Bmb]
  54. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  55. def reflectNames(): Unit
    Definition Classes
    Nameable
  56. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  57. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  58. def setBmbParameter(addressWidth: Int, dataWidth: Int, lengthWidth: Int): Unit
  59. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  60. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  61. def setCompositeName(nameable: Nameable, postfix: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  62. def setCompositeName(nameable: Nameable, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  63. def setCompositeName(nameable: Nameable, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  64. def setCompositeName(nameable: Nameable): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  65. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  66. def setName(name: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  67. def setName(name: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  68. def setName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  69. def setNameAsWeak(): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  70. def setPartialName(name: String, namePriority: Byte, owner: Any): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  71. def setPartialName(name: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  72. def setPartialName(name: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  73. def setPartialName(owner: Nameable, name: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  74. def setPartialName(owner: Nameable, name: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  75. def setPartialName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  76. def setPartialName(owner: Nameable, name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  77. def setPartialName(owner: Nameable): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  78. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  79. def setScalaLocated(source: ScalaLocated): DmaSgGenerator.this.type
    Definition Classes
    ScalaLocated
  80. def setWeakName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  81. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  82. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  83. def unsetName(): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  84. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  85. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  86. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  87. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  89. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. val write: Handle[Bmb]
  91. val writeSg: Handle[Bmb]

Deprecated Value Members

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

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped