c

spinal.lib.system.dma.sg

DmaSgGenerator

class DmaSgGenerator extends Generator

Linear Supertypes
Generator, OverridedEqualsHashCode, TagContainer, PostInitCallback, Dependable, Area, ValCallbackRec, ValCallback, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DmaSgGenerator
  2. Generator
  3. OverridedEqualsHashCode
  4. TagContainer
  5. PostInitCallback
  6. Dependable
  7. Area
  8. ValCallbackRec
  9. ValCallback
  10. Nameable
  11. ContextUser
  12. ScalaLocated
  13. GlobalDataUser
  14. OwnableRef
  15. AnyRef
  16. 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 Task[T](gen: () ⇒ T, handle: Handle[T]) extends scala.Product with Serializable
    Definition Classes
    Generator
  2. case class ChannelModel() extends Generator with Product with Serializable
  3. case class InputModel() extends Area with Product with Serializable
  4. case class OutputModel(bsbInterconnect: BsbInterconnectGenerator) extends Generator with Product with Serializable
  5. 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 accessRequirements: Handle[BmbAccessParameter]
  5. val accessSource: Handle[BmbAccessCapabilities]
  6. def add[T <: Generator](generator: ⇒ T): T
    Definition Classes
    Generator
  7. def add: AnyRef { def task[T](gen: => T): spinal.lib.generator.Handle[T] }
    Definition Classes
    Generator
  8. def apply[T](body: ⇒ T): T
    Definition Classes
    Generator
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. implicit var c: GeneratorCompiler
    Definition Classes
    Generator
  11. val channels: ArrayBuffer[ChannelModel]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def component: Component
    Definition Classes
    ContextUser
  14. def connectInterrupts(ctrl: InterruptCtrlGeneratorI, offsetId: Int): Unit
  15. def createChannel(): ChannelModel
  16. def createDependency[T]: Handle[T]
    Definition Classes
    Generator
  17. def createInput(): Handle[Bsb]
  18. def createOutput(byteCount: Int): OutputModel
  19. val ctrl: Handle[Bmb]
  20. val dependencies: ArrayBuffer[Dependable]
    Definition Classes
    Generator
  21. def dts[T <: Nameable](node: Handle[T])(value: ⇒ String): Handle[Handle[T]]
    Definition Classes
    Generator
  22. var elaborated: Boolean
    Definition Classes
    Generator
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  25. def export[T](h: Handle[T]): Handle[T]
    Definition Classes
    Generator
  26. def foreachGeneratorRec(body: (Generator) ⇒ Unit): Unit
    Definition Classes
    Generator
  27. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  28. def generateIt(): Unit
    Definition Classes
    Generator
  29. var generatorClockDomain: Handle[ClockDomain]
    Definition Classes
    Generator
  30. var generatorClockDomainSet: Boolean
    Definition Classes
    Generator
  31. val generators: ArrayBuffer[Generator]
    Definition Classes
    Generator
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def getDisplayName(): String
    Definition Classes
    Nameable
  34. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  35. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  36. def getName(default: String): String
    Definition Classes
    Nameable
  37. def getName(): String
    Definition Classes
    Nameable
  38. def getPartialName(): String
    Definition Classes
    Nameable
  39. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  40. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  41. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  42. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  43. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  44. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  45. val inputs: ArrayBuffer[InputModel]
  46. val interrupt: Handle[Bool]
  47. val interrupts: Handle[Bits]
  48. def isDone: Boolean
    Definition Classes
    GeneratorDependable
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. def isNamed: Boolean
    Definition Classes
    Nameable
  51. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  52. def isUnnamed: Boolean
    Definition Classes
    Nameable
  53. val logic: Handle[Core[Bmb]]
  54. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  55. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def noClockDomain(): Unit
    Definition Classes
    Generator
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. def onClockDomain(clockDomain: Handle[ClockDomain]): DmaSgGenerator.this.type
    Definition Classes
    Generator
  61. val outputs: ArrayBuffer[OutputModel]
  62. def overrideLocalName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  63. val parameter: Generator { ... /* 14 definitions in type refinement */ }
  64. var parent: Generator
    Definition Classes
    Generator
  65. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  66. def postInitCallback(): DmaSgGenerator.this.type
    Definition Classes
    Generator → PostInitCallback
  67. def produce[T](h: Handle[T])(body: ⇒ T): Handle[T]
    Definition Classes
    Dependable
  68. def produce[T](body: ⇒ T): Handle[T]
    Definition Classes
    Dependable
  69. def produceIo[T <: Data](body: ⇒ T): Handle[T]
    Definition Classes
    Dependable
  70. def product[T]: Handle[T]
    Definition Classes
    Generator
  71. val products: ArrayBuffer[Handle[_]]
    Definition Classes
    Dependable
    Annotations
    @DontName()
  72. val read: Handle[Bmb]
  73. val readSg: Handle[Bmb]
  74. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  75. def reflectNames(): Unit
    Definition Classes
    Nameable
  76. def setBmbParameter(addressWidth: Int, dataWidth: Int, lengthWidth: Int): Unit
  77. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  78. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  79. def setCompositeName(nameable: Nameable, postfix: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  80. def setCompositeName(nameable: Nameable, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  81. def setCompositeName(nameable: Nameable, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  82. def setCompositeName(nameable: Nameable): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  83. def setName(name: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  84. def setName(name: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  85. def setName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  86. def setNameAsWeak(): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  87. def setPartialName(name: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  88. def setPartialName(name: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  89. def setPartialName(owner: Nameable, name: String, namePriority: Byte): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  90. def setPartialName(owner: Nameable, name: String, weak: Boolean): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  91. def setPartialName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  92. def setPartialName(owner: Nameable, name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  93. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  94. def setScalaLocated(source: ScalaLocated): DmaSgGenerator.this.type
    Definition Classes
    ScalaLocated
  95. def setWeakName(name: String): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  96. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  97. val tags: LinkedHashSet[Tag]
    Definition Classes
    TagContainer
  98. val tasks: ArrayBuffer[Task[_]]
    Definition Classes
    Generator
  99. def toComponent(name: String = null): GeneratorComponent[DmaSgGenerator.this.type]
    Definition Classes
    Generator
  100. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  101. def unsetName(): DmaSgGenerator.this.type
    Definition Classes
    Nameable
  102. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  103. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  104. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  105. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  107. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. val write: Handle[Bmb]
  109. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Generator

Inherited from OverridedEqualsHashCode

Inherited from TagContainer

Inherited from PostInitCallback

Inherited from Dependable

Inherited from Area

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped