Class

spinal.lib.misc.analog

BmbBsbToDeltaSigmaGenerator

Related Doc: package analog

Permalink

case class BmbBsbToDeltaSigmaGenerator(ctrlOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, bsbInterconnect: BsbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null) extends Generator with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Generator, OverridedEqualsHashCode, TagContainer, PostInitCallback, Dependable, Area, ValCallbackRec, ValCallback, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BmbBsbToDeltaSigmaGenerator
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Generator
  7. OverridedEqualsHashCode
  8. TagContainer
  9. PostInitCallback
  10. Dependable
  11. Area
  12. ValCallbackRec
  13. ValCallback
  14. Nameable
  15. ContextUser
  16. ScalaLocated
  17. GlobalDataUser
  18. OwnableRef
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  2. case class Task[T](gen: () ⇒ T, handle: Handle[T]) extends scala.Product with Serializable

    Permalink
    Definition Classes
    Generator

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val accessRequirements: Handle[BmbAccessParameter]

    Permalink
  5. val accessSource: Handle[BmbAccessCapabilities]

    Permalink
  6. def add[T <: Generator](generator: ⇒ T): T

    Permalink
    Definition Classes
    Generator
  7. def add: AnyRef { def task[T](gen: => T): spinal.lib.generator.Handle[T] }

    Permalink
    Definition Classes
    Generator
  8. def apply[T](body: ⇒ T): T

    Permalink
    Definition Classes
    Generator
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. implicit val bsbInterconnect: BsbInterconnectGenerator

    Permalink
  11. implicit var c: GeneratorCompiler

    Permalink
    Definition Classes
    Generator
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def component: Component

    Permalink
    Definition Classes
    ContextUser
  14. def createDependency[T]: Handle[T]

    Permalink
    Definition Classes
    Generator
  15. val ctrl: Handle[Bmb]

    Permalink
  16. val ctrlOffset: Handle[BigInt]

    Permalink
  17. val dependencies: ArrayBuffer[Dependable]

    Permalink
    Definition Classes
    Generator
  18. def dts[T <: Nameable](node: Handle[T])(value: ⇒ String): Handle[Handle[T]]

    Permalink
    Definition Classes
    Generator
  19. var elaborated: Boolean

    Permalink
    Definition Classes
    Generator
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  22. def export[T](h: Handle[T]): Handle[T]

    Permalink
    Definition Classes
    Generator
  23. def foreachGeneratorRec(body: (Generator) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Generator
  24. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  25. def generateIt(): Unit

    Permalink
    Definition Classes
    Generator
  26. var generatorClockDomain: Handle[ClockDomain]

    Permalink
    Definition Classes
    Generator
  27. var generatorClockDomainSet: Boolean

    Permalink
    Definition Classes
    Generator
  28. val generators: ArrayBuffer[Generator]

    Permalink
    Definition Classes
    Generator
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  31. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  32. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  33. def getName(default: String): String

    Permalink
    Definition Classes
    Nameable
  34. def getName(): String

    Permalink
    Definition Classes
    Nameable
  35. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  36. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  37. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  38. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  39. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  40. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  41. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  42. val input: Handle[Stream[BsbTransaction]]

    Permalink
  43. implicit val interconnect: BmbInterconnectGenerator

    Permalink
  44. val is: SlaveModel

    Permalink
  45. def isDone: Boolean

    Permalink
    Definition Classes
    GeneratorDependable
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. def isNamed: Boolean

    Permalink
    Definition Classes
    Nameable
  48. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  49. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  50. val logic: Handle[BmbBsbToDeltaSigma]

    Permalink
  51. var name: String

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  52. var nameableRef: Nameable

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def noClockDomain(): Unit

    Permalink
    Definition Classes
    Generator
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  57. def onClockDomain(clockDomain: Handle[ClockDomain]): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Generator
  58. val outputs: Handle[Bits]

    Permalink
  59. def overrideLocalName(name: String): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  60. val parameter: Handle[BsbToDeltaSigmaParameter]

    Permalink
  61. var parent: Generator

    Permalink
    Definition Classes
    Generator
  62. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  63. def postInitCallback(): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Generator → PostInitCallback
  64. def produce[T](h: Handle[T])(body: ⇒ T): Handle[T]

    Permalink
    Definition Classes
    Dependable
  65. def produce[T](body: ⇒ T): Handle[T]

    Permalink
    Definition Classes
    Dependable
  66. def produceIo[T <: Data](body: ⇒ T): Handle[T]

    Permalink
    Definition Classes
    Dependable
  67. def product[T]: Handle[T]

    Permalink
    Definition Classes
    Generator
  68. val products: ArrayBuffer[Handle[_]]

    Permalink
    Definition Classes
    Dependable
  69. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  70. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  71. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  72. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  73. def setCompositeName(nameable: Nameable, postfix: String): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  74. def setCompositeName(nameable: Nameable, namePriority: Byte): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  75. def setCompositeName(nameable: Nameable, weak: Boolean): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  76. def setCompositeName(nameable: Nameable): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  77. def setName(name: String, namePriority: Byte): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  78. def setName(name: String, weak: Boolean): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  79. def setName(name: String): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  80. def setNameAsWeak(): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  81. def setPartialName(name: String, namePriority: Byte): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  82. def setPartialName(name: String, weak: Boolean): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  83. def setPartialName(owner: Nameable, name: String, namePriority: Byte): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  84. def setPartialName(owner: Nameable, name: String, weak: Boolean): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  85. def setPartialName(name: String): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  86. def setPartialName(owner: Nameable, name: String): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  87. def setRefOwner(that: Any): Unit

    Permalink
    Definition Classes
    OwnableRef
  88. def setScalaLocated(source: ScalaLocated): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    ScalaLocated
  89. def setWeakName(name: String): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  90. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  91. val tags: LinkedHashSet[Tag]

    Permalink
    Definition Classes
    TagContainer
  92. val tasks: ArrayBuffer[Task[_]]

    Permalink
    Definition Classes
    Generator
  93. def toComponent(name: String = null): GeneratorComponent[BmbBsbToDeltaSigmaGenerator.this.type]

    Permalink
    Definition Classes
    Generator
  94. def toString(): String

    Permalink
    Definition Classes
    Area → Nameable → AnyRef → Any
  95. def unsetName(): BmbBsbToDeltaSigmaGenerator.this.type

    Permalink
    Definition Classes
    Nameable
  96. def valCallback[T](ref: T, name: String): T

    Permalink
    Definition Classes
    ValCallbackRec → ValCallback
  97. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit

    Permalink
    Definition Classes
    ValCallbackRec
  98. def valCallbackRec(obj: Any, name: String): Unit

    Permalink
    Definition Classes
    Area → ValCallbackRec
  99. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

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