Packages

case class MemBus(c: MemBusConfig) extends Interface with IMasterSlave with Product with Serializable

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

Instance Constructors

  1. new MemBus(c: MemBusConfig)

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 data

    Concatenation between two data

    Definition Classes
    Data
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def #*(count: Int): Bits
    Definition Classes
    Data
  5. def <<(that: MemBus): Unit
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def >>(that: MemBus): Unit
  8. val IFGeneric: LinkedHashMap[(Data, String), String]
    Definition Classes
    Interface
  9. def IFparent: Data
    Definition Classes
    Data
  10. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  11. def addAttribute(attribute: Attribute): MemBus.this.type
    Definition Classes
    DataSpinalTagReady
  12. def addAttribute(name: String, value: Int): MemBus.this.type
    Definition Classes
    SpinalTagReady
  13. def addAttribute(name: String, value: String): MemBus.this.type
    Definition Classes
    SpinalTagReady
  14. def addAttribute(name: String): MemBus.this.type
    Definition Classes
    SpinalTagReady
  15. def addGeneric(name: String, that: Any, default: String = null): String
    Definition Classes
    Interface
  16. def addParameter(name: String, that: Any, default: String = null): String
    Definition Classes
    Interface
  17. def addTag[T <: SpinalTag](spinalTag: T): MemBus.this.type
    Definition Classes
    MultiDataSpinalTagReady
  18. def addTags(h: SpinalTag, tail: SpinalTag*): MemBus.this.type
    Definition Classes
    SpinalTagReady
  19. def addTags[T <: SpinalTag](tags: Iterable[T]): MemBus.this.type
    Definition Classes
    SpinalTagReady
  20. val addr: UInt
  21. def allModPort: List[String]
    Definition Classes
    Interface
  22. def allowDirectionLessIo(): MemBus.this.type

    Allow a Data of an io Bundle to be directionless

    Allow a Data of an io Bundle to be directionless

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/iobundle.html

    Definition Classes
    Data
  23. def allowOverride(): MemBus.this.type

    Allow a Data to be overriden

    Allow a Data to be overriden

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/assignment_overlap.html

    Definition Classes
    Data
  24. def allowPartialyAssigned(): MemBus.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  25. def allowPruning(): MemBus.this.type
    Definition Classes
    Data
  26. def allowSimplifyIt(): MemBus.this.type
    Definition Classes
    Data
  27. def allowUnsetRegToAvoidLatch(): MemBus.this.type

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

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

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/unassigned_register.html#register-with-only-init

    Definition Classes
    Data
  28. def as[T <: Data](dataType: HardType[T]): T
    Definition Classes
    Data
  29. def asBits: Bits

    Cast data to Bits

    Cast data to Bits

    Definition Classes
    MultiDataData
  30. def asData: Data
    Definition Classes
    Data
  31. def asInOut(): MemBus.this.type

    set a data as inout

    set a data as inout

    Definition Classes
    MultiDataData
  32. def asInput(): MemBus.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def asOutput(): MemBus.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  35. 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
  36. def assignDontCare(): MemBus.this.type
    Definition Classes
    Data
  37. def assignDontCareToUnasigned(): MemBus.this.type
    Definition Classes
    Data
  38. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  39. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  40. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  41. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  42. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  43. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  44. 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
  45. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  46. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit
    Definition Classes
    Bundle
  47. val c: MemBusConfig
  48. def callModPort(s: String): Unit
    Definition Classes
    Interface
  49. val ce: Bool
  50. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  51. def checkModport(): List[String]
    Definition Classes
    Interface
  52. def clearAll(): MemBus.this.type
    Definition Classes
    Data
  53. def clone(): Interface
    Definition Classes
    InterfaceBundleData → AnyRef
  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. def copyDirectionOfImpl(that: Data): MemBus.this.type
    Definition Classes
    MultiDataData
  58. var definitionName: String
    Definition Classes
    Interface
  59. def dirString(): String
    Definition Classes
    Data
  60. def dontSimplifyIt(): MemBus.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 flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  71. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
    Definition Classes
    MultiDataData
  72. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  73. def flip(): MemBus.this.type

    flip the direction of the data

    flip the direction of the data

    Definition Classes
    MultiDataData
  74. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  75. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  76. def freeze(): MemBus.this.type
    Definition Classes
    MultiDataData
  77. val genericElements: ArrayBuffer[(String, Any, String)]
    Definition Classes
    Interface
  78. def getAheadValue(): MemBus.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 getTypeString: String
    Definition Classes
    Bundle
  103. def getZero: MemBus.this.type

    Create a data set to 0

    Create a data set to 0

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

    Convert into master

    Convert into master

    Definition Classes
    IMasterSlave
  113. final def intoSlave(): MemBus.this.type

    Convert into slave

    Convert into slave

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

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

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

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  131. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  132. def mst: Unit
    Annotations
    @modport()
  133. val name: String
    Definition Classes
    Nameable
  134. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  135. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  136. def noBackendCombMerge(): MemBus.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
  137. def noCombLoopCheck(): MemBus.this.type

    Disable combinatorial loop checking for this Data

    Disable combinatorial loop checking for this Data

    See https://spinalhdl.github.io/SpinalDoc-RTD/master/SpinalHDL/Design%20errors/combinatorial_loop.html

    Definition Classes
    Data
  138. def notSVIF(): Unit
    Definition Classes
    Interface
  139. def notSVIFthisLevel(): Unit
    Definition Classes
    Interface
  140. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  141. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  142. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  143. def overrideLocalName(name: String): MemBus.this.type
    Definition Classes
    Nameable
  144. val parent: Data
    Definition Classes
    Data
  145. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  146. def pull(propagateName: Boolean): MemBus.this.type
    Definition Classes
    Data
  147. def pull(): MemBus.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
  148. def purify(): MemBus.this.type
    Definition Classes
    Data
  149. def randBoot(u: Unit): MemBus.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
  150. val rdat: Bits
  151. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  152. def reflectNames(): Unit
    Definition Classes
    Nameable
  153. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): MemBus.this.type
    Definition Classes
    Data
  154. def removeDataAssignments(): MemBus.this.type
    Definition Classes
    Data
  155. def removeInitAssignments(): MemBus.this.type
    Definition Classes
    Data
  156. def removeTag(spinalTag: SpinalTag): MemBus.this.type
    Definition Classes
    SpinalTagReady
  157. def removeTags(tags: Iterable[SpinalTag]): MemBus.this.type
    Definition Classes
    SpinalTagReady
  158. def resized: MemBus.this.type

    Resized data regarding target

    Resized data regarding target

    Definition Classes
    Data
  159. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  160. def rootIFList(): List[Interface]
    Definition Classes
    Data
  161. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  162. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  163. def setAll(): MemBus.this.type
    Definition Classes
    Data
  164. def setAsAnalog(): MemBus.this.type
    Definition Classes
    Data
  165. def setAsComb(): MemBus.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  166. def setAsDirectionLess(): MemBus.this.type

    remove the direction (in,out,inout) to a data

    remove the direction (in,out,inout) to a data

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

    Set as master interface

    Set as master interface

    Definition Classes
    IMasterSlave
  168. def setAsReg(): MemBus.this.type

    Set baseType to reg

    Set baseType to reg

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

    Set a slave interface

    Set a slave interface

    Definition Classes
    IMasterSlave
  170. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): MemBus.this.type
    Definition Classes
    Nameable
  171. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): MemBus.this.type
    Definition Classes
    Nameable
  172. def setCompositeName(nameable: Nameable, postfix: String): MemBus.this.type
    Definition Classes
    Nameable
  173. def setCompositeName(nameable: Nameable, namePriority: Byte): MemBus.this.type
    Definition Classes
    Nameable
  174. def setCompositeName(nameable: Nameable, weak: Boolean): MemBus.this.type
    Definition Classes
    Nameable
  175. def setCompositeName(nameable: Nameable): MemBus.this.type
    Definition Classes
    Nameable
  176. def setDefinitionName(name: String): MemBus.this.type

    Set the definition name of the component

    Set the definition name of the component

    Definition Classes
    Interface
  177. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): MemBus.this.type
    Definition Classes
    Nameable
  178. def setName(name: String, namePriority: Byte): MemBus.this.type
    Definition Classes
    Nameable
  179. def setName(name: String, weak: Boolean): MemBus.this.type
    Definition Classes
    Nameable
  180. def setName(name: String): MemBus.this.type
    Definition Classes
    Nameable
  181. def setNameAsWeak(): MemBus.this.type
    Definition Classes
    Nameable
  182. def setOutputAsReg(): MemBus.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  183. def setPartialName(name: String, namePriority: Byte, owner: Any): MemBus.this.type
    Definition Classes
    Nameable
  184. def setPartialName(name: String, namePriority: Byte): MemBus.this.type
    Definition Classes
    Nameable
  185. def setPartialName(name: String, weak: Boolean): MemBus.this.type
    Definition Classes
    Nameable
  186. def setPartialName(owner: Nameable, name: String, namePriority: Byte): MemBus.this.type
    Definition Classes
    Nameable
  187. def setPartialName(owner: Nameable, name: String, weak: Boolean): MemBus.this.type
    Definition Classes
    Nameable
  188. def setPartialName(name: String): MemBus.this.type
    Definition Classes
    Nameable
  189. def setPartialName(owner: Nameable, name: String): MemBus.this.type
    Definition Classes
    Nameable
  190. def setPartialName(owner: Nameable): MemBus.this.type
    Definition Classes
    Nameable
  191. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  192. def setScalaLocated(source: ScalaLocated): MemBus.this.type
    Definition Classes
    ScalaLocated
  193. def setWeakName(name: String): MemBus.this.type
    Definition Classes
    Nameable
  194. def slv: Unit
    Annotations
    @modport()
  195. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  196. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  197. var thisIsNotSVIF: Boolean
    Definition Classes
    Interface
  198. def tieGeneric[T <: BitVector](signal: T, generic: String): LinkedHashMap[BitVector, String]
    Definition Classes
    Interface
  199. def tieIFParameter[T <: Interface](signal: T, signalParam: String, inputParam: String): LinkedHashMap[(Data, String), String]
    Definition Classes
    Interface
  200. def tieParameter[T <: BitVector](signal: T, parameter: String): LinkedHashMap[BitVector, String]
    Definition Classes
    Interface
  201. def toIo(): MemBus.this.type
    Definition Classes
    Data
  202. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  203. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  204. def unfreeze(): MemBus.this.type
    Definition Classes
    MultiDataData
  205. def unsetName(): MemBus.this.type
    Definition Classes
    Nameable
  206. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  207. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  208. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    InterfaceBundleValCallbackRec
  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. val wdat: Bits
  213. val widthGeneric: LinkedHashMap[BitVector, String]
    Definition Classes
    Interface
  214. val wr: Bool
  215. def wrapNext(): MemBus.this.type
    Definition Classes
    Data
  216. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): MemBus.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
    MemBusIMasterSlave
    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): MemBus.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 Interface

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