Packages

c

spinal.lib.bus.wishbone

WishboneToBmbGenerator

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

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