c

spinal.lib.bus.bmb

BmbClintGenerator

case class BmbClintGenerator(apbOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, 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. BmbClintGenerator
  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 BmbClintGenerator(apbOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null)

Type Members

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

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. val apbOffset: Handle[BigInt]
  9. def apply[T](body: ⇒ T): T
    Definition Classes
    Generator
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. implicit var c: GeneratorCompiler
    Definition Classes
    Generator
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def component: Component
    Definition Classes
    ContextUser
  14. val cpuCount: Handle[Int]
  15. def createDependency[T]: Handle[T]
    Definition Classes
    Generator
  16. val ctrl: Handle[Bmb]
  17. val dependencies: ArrayBuffer[Dependable]
    Definition Classes
    Generator
  18. def dts[T <: Nameable](node: Handle[T])(value: ⇒ String): Handle[Handle[T]]
    Definition Classes
    Generator
  19. var elaborated: Boolean
    Definition Classes
    Generator
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  22. def export[T](h: Handle[T]): Handle[T]
    Definition Classes
    Generator
  23. def foreachGeneratorRec(body: (Generator) ⇒ Unit): Unit
    Definition Classes
    Generator
  24. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  25. def generateIt(): Unit
    Definition Classes
    Generator
  26. var generatorClockDomain: Handle[ClockDomain]
    Definition Classes
    Generator
  27. var generatorClockDomainSet: Boolean
    Definition Classes
    Generator
  28. val generators: ArrayBuffer[Generator]
    Definition Classes
    Generator
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def getDisplayName(): String
    Definition Classes
    Nameable
  31. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  32. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  33. def getName(default: String): String
    Definition Classes
    Nameable
  34. def getName(): String
    Definition Classes
    Nameable
  35. def getPartialName(): String
    Definition Classes
    Nameable
  36. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  37. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  38. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  39. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  40. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  41. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  42. val hz: Handle[ClockFrequency]
  43. def isDone: Boolean
    Definition Classes
    GeneratorDependable
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. def isNamed: Boolean
    Definition Classes
    Nameable
  46. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  47. def isUnnamed: Boolean
    Definition Classes
    Nameable
  48. val logic: Handle[BmbClint]
  49. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  50. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def noClockDomain(): Unit
    Definition Classes
    Generator
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def onClockDomain(clockDomain: Handle[ClockDomain]): BmbClintGenerator.this.type
    Definition Classes
    Generator
  56. def overrideLocalName(name: String): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  57. var parent: Generator
    Definition Classes
    Generator
  58. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  59. def postInitCallback(): BmbClintGenerator.this.type
    Definition Classes
    Generator → PostInitCallback
  60. def produce[T](h: Handle[T])(body: ⇒ T): Handle[T]
    Definition Classes
    Dependable
  61. def produce[T](body: ⇒ T): Handle[T]
    Definition Classes
    Dependable
  62. def produceIo[T <: Data](body: ⇒ T): Handle[T]
    Definition Classes
    Dependable
  63. def product[T]: Handle[T]
    Definition Classes
    Generator
  64. val products: ArrayBuffer[Handle[_]]
    Definition Classes
    Dependable
    Annotations
    @DontName()
  65. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  66. def reflectNames(): Unit
    Definition Classes
    Nameable
  67. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  68. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  69. def setCompositeName(nameable: Nameable, postfix: String): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  70. def setCompositeName(nameable: Nameable, namePriority: Byte): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  71. def setCompositeName(nameable: Nameable, weak: Boolean): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  72. def setCompositeName(nameable: Nameable): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  73. def setName(name: String, namePriority: Byte): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  74. def setName(name: String, weak: Boolean): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  75. def setName(name: String): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  76. def setNameAsWeak(): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  77. def setPartialName(name: String, namePriority: Byte): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  78. def setPartialName(name: String, weak: Boolean): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  79. def setPartialName(owner: Nameable, name: String, namePriority: Byte): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  80. def setPartialName(owner: Nameable, name: String, weak: Boolean): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  81. def setPartialName(name: String): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  82. def setPartialName(owner: Nameable, name: String): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  83. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  84. def setScalaLocated(source: ScalaLocated): BmbClintGenerator.this.type
    Definition Classes
    ScalaLocated
  85. def setWeakName(name: String): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  86. def softwareInterrupt(id: Int): Handle[Bool]
  87. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  88. val tags: LinkedHashSet[Tag]
    Definition Classes
    TagContainer
  89. val tasks: ArrayBuffer[Task[_]]
    Definition Classes
    Generator
  90. def timerInterrupt(id: Int): Handle[Bool]
  91. def toComponent(name: String = null): GeneratorComponent[BmbClintGenerator.this.type]
    Definition Classes
    Generator
  92. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  93. def unsetName(): BmbClintGenerator.this.type
    Definition Classes
    Nameable
  94. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  95. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  96. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  97. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  99. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 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