Packages

case class AvalonST(config: AvalonSTConfig) extends Bundle with IMasterSlave with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AvalonST
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IMasterSlave
  7. Bundle
  8. ValCallbackRec
  9. ValCallback
  10. MultiData
  11. Data
  12. InComponent
  13. OverridedEqualsHashCode
  14. SpinalTagReady
  15. Assignable
  16. NameableByComponent
  17. Nameable
  18. OwnableRef
  19. ContextUser
  20. ScalaLocated
  21. GlobalDataUser
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AvalonST(config: AvalonSTConfig)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Concatenation between two signals

    Concatenation between two signals

    Definition Classes
    Data
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def #*(count: Int): Bits

    Return the count time concatenation of the signal.

    Return the count time concatenation of the signal.

    Definition Classes
    Data
  5. def <-<(that: AvalonST): AvalonST
  6. def </-<(that: AvalonST): AvalonST
  7. def </<(that: AvalonST): AvalonST
  8. def <<(that: AvalonST): AvalonST
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def >-/>(that: AvalonST): AvalonST
  11. def >->(that: AvalonST): AvalonST
  12. def >/>(that: AvalonST): AvalonST
  13. def >>(that: AvalonST): AvalonST
  14. def IFparent: Data
    Definition Classes
    Data
  15. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  16. def addAttribute(attribute: Attribute): AvalonST.this.type
    Definition Classes
    DataSpinalTagReady
  17. def addAttribute(name: String, value: Int): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  18. def addAttribute(name: String, value: String): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  19. def addAttribute(name: String): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  20. def addTag[T <: SpinalTag](spinalTag: T): AvalonST.this.type
    Definition Classes
    MultiDataSpinalTagReady
  21. def addTags(h: SpinalTag, tail: SpinalTag*): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  22. def addTags[T <: SpinalTag](tags: Iterable[T]): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  23. def allowDirectionLessIo(): AvalonST.this.type

    Allow a signal of an io Bundle to be directionless.

    Allow a signal of an io Bundle to be directionless.

    Definition Classes
    Data
    See also

    IO Bundle Error Documentation

  24. def allowOverride(): AvalonST.this.type

    Allow a signal to be overridden.

    Allow a signal to be overridden.

    Definition Classes
    Data
    See also

    Assignment overlap Error Documentation

  25. def allowPartialyAssigned(): AvalonST.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  26. def allowPruning(): AvalonST.this.type
    Definition Classes
    Data
  27. def allowSimplifyIt(): AvalonST.this.type
    Definition Classes
    Data
  28. def allowUnsetRegToAvoidLatch(): AvalonST.this.type

    Allow a register to have only an init (no assignments)

    Allow a register to have only an init (no assignments)

    Definition Classes
    Data
    See also

    "Register with only init" Error Documentation

  29. def allowanceDelay: Bool
  30. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  31. def asBits: Bits

    Cast signal to Bits

    Cast signal to Bits

    Definition Classes
    MultiDataData
  32. def asData: Data
    Definition Classes
    Data
  33. def asInOut(): AvalonST.this.type

    Set a signal as inout

    Set a signal as inout

    Definition Classes
    MultiDataData
  34. def asInput(): AvalonST.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def asOutput(): AvalonST.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  37. def asReversedBits: Bits

    Concatenate the bits of the elements in reverse order.

    Concatenate the bits of the elements in reverse order.

    This does not recurse, so elements which are composite will appear in forward order.

    Definition Classes
    MultiData
  38. def assignAllByName(that: Bundle): Unit

    Assign the bundle with an other bundle by name

    Assign the bundle with an other bundle by name

    Definition Classes
    Bundle
  39. def assignDontCare(): AvalonST.this.type

    Assign the default 'x' value to all signals composing this type.

    Assign the default 'x' value to all signals composing this type.

    Definition Classes
    Data
    See also

    Data type documentation

    "Don't care term" wikipedia article

  40. def assignDontCareToUnasigned(): AvalonST.this.type
    Definition Classes
    Data
  41. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  42. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  43. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  44. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  45. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  46. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  47. def assignSomeByName(that: Bundle): Unit

    Assign all possible signal fo the bundle with an other bundle by name

    Assign all possible signal fo the bundle with an other bundle by name

    Definition Classes
    Bundle
  48. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  49. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit
    Definition Classes
    Bundle
  50. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  51. def clearAll(): AvalonST.this.type

    Clear all bits to False and return itself

    Clear all bits to False and return itself

    Definition Classes
    Data
  52. def clone(): AvalonST
    Definition Classes
    AvalonSTBundleData → AnyRef
  53. def combStage(): AvalonST
  54. def component: Component
    Definition Classes
    ContextUser
  55. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  56. val compositeAssign: Assignable
    Definition Classes
    Assignable
  57. val config: AvalonSTConfig
  58. def copyDirectionOfImpl(that: Data): AvalonST.this.type
    Definition Classes
    MultiDataData
  59. def dirString(): String
    Definition Classes
    Data
  60. def dontSimplifyIt(): AvalonST.this.type
    Definition Classes
    Data
  61. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    BundleMultiData
  62. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  63. def elementsString: String
    Definition Classes
    MultiData
  64. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  66. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  67. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  68. def find(name: String): Data
    Definition Classes
    MultiData
  69. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  70. def fire: Bool
  71. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  72. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
    Definition Classes
    MultiDataData
  73. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  74. def flip(): AvalonST.this.type

    Flip the direction of the signal.

    Flip the direction of the signal.

    in and out are swapped, inout stay the same.

    Definition Classes
    MultiDataData
  75. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  76. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  77. def freeze(): AvalonST.this.type
    Definition Classes
    MultiDataData
  78. def getAheadValue(): AvalonST.this.type

    For a register, get the value it will have at the next clock, as a combinational signal.

    For a register, get the value it will have at the next clock, as a combinational signal.

    Definition Classes
    Data
  79. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

    Definition Classes
    MultiDataData
  80. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  81. def getComponent(): Component
    Definition Classes
    DataInComponentNameableByComponent
  82. def getComponents(): Seq[Component]

    Get current component with all parents

    Get current component with all parents

    Definition Classes
    InComponent
  83. def getDirection: IODirection
    Definition Classes
    Data
  84. def getDisplayName(): String
    Definition Classes
    Nameable
  85. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  86. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  87. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]
    Definition Classes
    Data
  88. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  89. def getName(): String
    Definition Classes
    NameableByComponentNameable
  90. def getPartialName(): String
    Definition Classes
    Nameable
  91. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  92. def getRealSource: Any
    Definition Classes
    Assignable
  93. def getRealSourceNoRec: Any
    Definition Classes
    DataAssignable
  94. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  95. def getRootParent: Data
    Definition Classes
    Data
  96. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Data
  97. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  98. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  99. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  100. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  101. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  102. def getTagsOf[T <: SpinalTag]()(implicit tag: ClassTag[T]): Iterable[T]
    Definition Classes
    SpinalTagReady
  103. def getTypeString: String
    Definition Classes
    Bundle
  104. def getZero: AvalonST.this.type

    Create a signal set to 0

    Create a signal set to 0

    Definition Classes
    MultiDataData
  105. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  106. var hardtype: HardType[_]
    Definition Classes
    Bundle
  107. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  108. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  109. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  110. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
    Definition Classes
    Data
  111. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  112. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  113. final def intoMaster(): AvalonST.this.type

    Convert into master

    Convert into master

    Definition Classes
    IMasterSlave
  114. final def intoSlave(): AvalonST.this.type

    Convert into slave

    Convert into slave

    Definition Classes
    IMasterSlave
  115. def isAnalog: Boolean
    Definition Classes
    Data
  116. def isComb: Boolean
    Definition Classes
    Data
  117. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  118. def isDirectionLess: Boolean
    Definition Classes
    Data
  119. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  120. def isInOut: Boolean
    Definition Classes
    Data
  121. def isInput: Boolean
    Definition Classes
    Data
  122. def isInputOrInOut: Boolean
    Definition Classes
    Data
  123. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  124. final def isMasterInterface: Boolean

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  125. final def isNamed: Boolean
    Definition Classes
    Nameable
  126. def isOutput: Boolean
    Definition Classes
    Data
  127. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  128. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  129. def isReg: Boolean
    Definition Classes
    Data
  130. def isRegOnAssign: Boolean
    Definition Classes
    Data
  131. final def isSlaveInterface: Boolean

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  132. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  133. def latencyDelay: Bool
  134. def logicalReady: Bool
  135. def m2sPipe(flush: Bool = null, holdPayload: Boolean = false): AvalonST

    Cuts the valid/payload data path with a register

  136. val name: String
    Definition Classes
    Nameable
  137. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  138. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  139. def noBackendCombMerge(): AvalonST.this.type

    Put the combinatorial logic driving this signal in a separate process

    Put the combinatorial logic driving this signal in a separate process

    Definition Classes
    Data
  140. def noCombLoopCheck(): AvalonST.this.type

    Disable combinatorial loop checking for this Data

    Disable combinatorial loop checking for this Data

    Definition Classes
    Data
    See also

    Combinatorial loop Error Documentation

  141. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  142. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  143. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  144. def overrideLocalName(name: String): AvalonST.this.type
    Definition Classes
    Nameable
  145. val parent: Data
    Definition Classes
    Data
  146. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  147. val payload: AvalonSTPayload
  148. def pipelined(m2s: Boolean, s2m: Boolean): AvalonST
  149. def pull(propagateName: Boolean): AvalonST.this.type
    Definition Classes
    Data
  150. def pull(): AvalonST.this.type

    Pull a signal to the top level (use for debugging)

    Pull a signal to the top level (use for debugging)

    Definition Classes
    Data
  151. def purify(): AvalonST.this.type
    Definition Classes
    Data
  152. def randBoot(u: Unit): AvalonST.this.type

    Useful for register that doesn't need a reset value in RTL, but need a random value for simulation (avoid x-propagation)

    Useful for register that doesn't need a reset value in RTL, but need a random value for simulation (avoid x-propagation)

    Definition Classes
    Data
  153. val ready: Bool
  154. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  155. def reflectNames(): Unit
    Definition Classes
    Nameable
  156. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): AvalonST.this.type
    Definition Classes
    Data
  157. def removeDataAssignments(): AvalonST.this.type
    Definition Classes
    Data
  158. def removeInitAssignments(): AvalonST.this.type
    Definition Classes
    Data
  159. def removeTag(spinalTag: SpinalTag): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  160. def removeTags(tags: Iterable[SpinalTag]): AvalonST.this.type
    Definition Classes
    SpinalTagReady
  161. def resized: AvalonST.this.type

    Return a version of the signal which is allowed to be automatically resized where needed.

    Return a version of the signal which is allowed to be automatically resized where needed.

    The resize operation is deferred until the point of assignment later. The resize may widen or truncate, retaining the LSB.

    Definition Classes
    Data
    See also

    Width checking Documentation

  162. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  163. def rootIFList(): List[Interface]
    Definition Classes
    Data
  164. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  165. def s2mPipe(): AvalonST

    Cuts the ready data path with a register and decrements the required ready latency

  166. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  167. def setAll(): AvalonST.this.type

    Set all bits to True and return itself

    Set all bits to True and return itself

    Definition Classes
    Data
  168. def setAsAnalog(): AvalonST.this.type
    Definition Classes
    Data
  169. def setAsComb(): AvalonST.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  170. def setAsDirectionLess(): AvalonST.this.type

    Remove the direction (in, out, inout) to a signal

    Remove the direction (in, out, inout) to a signal

    Definition Classes
    MultiDataData
  171. final def setAsMaster(): Unit

    Set as master interface

    Set as master interface

    Definition Classes
    IMasterSlave
  172. def setAsReg(): AvalonST.this.type

    Set baseType to reg

    Set baseType to reg

    Definition Classes
    MultiDataData
  173. final def setAsSlave(): Unit

    Set a slave interface

    Set a slave interface

    Definition Classes
    IMasterSlave
  174. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): AvalonST.this.type
    Definition Classes
    Nameable
  175. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): AvalonST.this.type
    Definition Classes
    Nameable
  176. def setCompositeName(nameable: Nameable, postfix: String): AvalonST.this.type
    Definition Classes
    Nameable
  177. def setCompositeName(nameable: Nameable, namePriority: Byte): AvalonST.this.type
    Definition Classes
    Nameable
  178. def setCompositeName(nameable: Nameable, weak: Boolean): AvalonST.this.type
    Definition Classes
    Nameable
  179. def setCompositeName(nameable: Nameable): AvalonST.this.type
    Definition Classes
    Nameable
  180. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): AvalonST.this.type
    Definition Classes
    Nameable
  181. def setName(name: String, namePriority: Byte): AvalonST.this.type
    Definition Classes
    Nameable
  182. def setName(name: String, weak: Boolean): AvalonST.this.type
    Definition Classes
    Nameable
  183. def setName(name: String): AvalonST.this.type
    Definition Classes
    Nameable
  184. def setNameAsWeak(): AvalonST.this.type
    Definition Classes
    Nameable
  185. def setOutputAsReg(): AvalonST.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  186. def setPartialName(name: String, namePriority: Byte, owner: Any): AvalonST.this.type
    Definition Classes
    Nameable
  187. def setPartialName(name: String, namePriority: Byte): AvalonST.this.type
    Definition Classes
    Nameable
  188. def setPartialName(name: String, weak: Boolean): AvalonST.this.type
    Definition Classes
    Nameable
  189. def setPartialName(owner: Nameable, name: String, namePriority: Byte): AvalonST.this.type
    Definition Classes
    Nameable
  190. def setPartialName(owner: Nameable, name: String, weak: Boolean): AvalonST.this.type
    Definition Classes
    Nameable
  191. def setPartialName(name: String): AvalonST.this.type
    Definition Classes
    Nameable
  192. def setPartialName(owner: Nameable, name: String): AvalonST.this.type
    Definition Classes
    Nameable
  193. def setPartialName(owner: Nameable): AvalonST.this.type
    Definition Classes
    Nameable
  194. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  195. def setScalaLocated(source: ScalaLocated): AvalonST.this.type
    Definition Classes
    ScalaLocated
  196. def setWeakName(name: String): AvalonST.this.type
    Definition Classes
    Nameable
  197. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  198. def stage(): AvalonST
  199. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  200. def toIo(): AvalonST.this.type
    Definition Classes
    Data
  201. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  202. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  203. def unfreeze(): AvalonST.this.type
    Definition Classes
    MultiDataData
  204. def unsetName(): AvalonST.this.type
    Definition Classes
    Nameable
  205. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  206. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  207. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    BundleValCallbackRec
  208. val valid: Bool
  209. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  210. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  211. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  212. def wrapNext(): AvalonST.this.type
    Definition Classes
    Data
  213. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): AvalonST.this.type
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def asMaster(): Unit

    Override it to define port directions for a master interface.

    Override it to define port directions for a master interface.

    Definition Classes
    AvalonSTIMasterSlave
    Deprecated

    This method must be overriden but not called. Calling this method is not correct. Call setAsMaster() or intoMaster() instead. This method is named asXxx but it does not return Xxx. This method does not update isMasterInterface and isSlaveInterface.

  3. def asSlave(): Unit

    Override it to define port directions for a master interface.

    Override it to define port directions for a master interface.

    If not overriden, defaults to the opposite port directions of asMaster().

    Definition Classes
    IMasterSlave
    Deprecated

    This method can be overriden but not called. Calling this method is not correct. Call setAsSlave() or intoSlave() instead. This method is named asXxx but it does not return Xxx. This method does not update isMasterInterface and isSlaveInterface.

  4. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  5. def genIf(cond: Boolean): AvalonST.this.type

    Generate this if condition is true

    Generate this if condition is true

    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    does not work with <>, use 'someBool generate Type()' or 'if(condition) Type() else null' instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IMasterSlave

Inherited from Bundle

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from MultiData

Inherited from Data

Inherited from InComponent

Inherited from OverridedEqualsHashCode

Inherited from SpinalTagReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from OwnableRef

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped