case class Wishbone(config: WishboneConfig) extends Bundle with IMasterSlave with Product with Serializable

This class rappresent a Wishbone bus

config

an istance of WishboneConfig, it will be used to configurate the Wishbone Bus

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wishbone
  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 Wishbone(config: WishboneConfig)

    config

    an istance of WishboneConfig, it will be used to configurate the Wishbone Bus

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: Wishbone): Unit

    Connect common Wishbone signals

    Connect common Wishbone signals

    Example:
    1. wishboneSlave << wishboneMaster
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def >>(that: Wishbone): Unit

    Connect common Wishbone signals this fuction will auto resize the slave address line only if slave.addressWidth <= master.addressWidth

    Connect common Wishbone signals this fuction will auto resize the slave address line only if slave.addressWidth <= master.addressWidth

    Example:
    1. wishboneMaster >> wishboneSlave
  8. val ACK: Bool
  9. val ADR: UInt
  10. val BTE: Bits
  11. val CTI: Bits
  12. val CYC: Bool
  13. val DAT_MISO: Bits
  14. val DAT_MOSI: Bits
  15. val ERR: Bool
  16. def IFparent: Data
    Definition Classes
    Data
  17. val LOCK: Bool
  18. val RTY: Bool
  19. val SEL: Bits
  20. val STALL: Bool
  21. val STB: Bool
  22. val TGA: Bits
  23. val TGC: Bits
  24. val TGD_MISO: Bits
  25. val TGD_MOSI: Bits
  26. val WE: Bool
  27. val _spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  28. def addAttribute(attribute: Attribute): Wishbone.this.type
    Definition Classes
    DataSpinalTagReady
  29. def addAttribute(name: String, value: Int): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  30. def addAttribute(name: String, value: String): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  31. def addAttribute(name: String): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  32. def addTag[T <: SpinalTag](spinalTag: T): Wishbone.this.type
    Definition Classes
    MultiDataSpinalTagReady
  33. def addTags(h: SpinalTag, tail: SpinalTag*): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  34. def addTags[T <: SpinalTag](tags: Iterable[T]): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  35. def allowDirectionLessIo(): Wishbone.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

  36. def allowOverride(): Wishbone.this.type

    Allow a signal to be overridden.

    Allow a signal to be overridden.

    Definition Classes
    Data
    See also

    Assignment overlap Error Documentation

  37. def allowPartialyAssigned(): Wishbone.this.type

    Allow a register to be partially assigned

    Allow a register to be partially assigned

    Definition Classes
    Data
  38. def allowPruning(): Wishbone.this.type
    Definition Classes
    Data
  39. def allowSimplifyIt(): Wishbone.this.type
    Definition Classes
    Data
  40. def allowUnsetRegToAvoidLatch(): Wishbone.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

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

    Cast signal to Bits

    Cast signal to Bits

    Definition Classes
    MultiDataData
  43. def asData: Data
    Definition Classes
    Data
  44. def asInOut(): Wishbone.this.type

    Set a signal as inout

    Set a signal as inout

    Definition Classes
    MultiDataData
  45. def asInput(): Wishbone.this.type

    Set a data as input

    Set a data as input

    Definition Classes
    MultiDataData
  46. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  47. def asOutput(): Wishbone.this.type

    Set a data as output

    Set a data as output

    Definition Classes
    MultiDataData
  48. 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
  49. def assignDontCare(): Wishbone.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

  50. def assignDontCareToUnasigned(): Wishbone.this.type
    Definition Classes
    Data
  51. def assignFormalRandom(kind: RandomExpKind): Unit
    Definition Classes
    MultiDataData
  52. final def assignFrom(that: AnyRef, target: AnyRef = this)(implicit loc: Location): Unit
    Definition Classes
    Data
  53. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit
    Definition Classes
    MultiDataData
  54. def assignFromBits(bits: Bits): Unit
    Definition Classes
    MultiDataData
  55. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
    Definition Classes
    Data
  56. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Attributes
    protected
    Definition Classes
    BundleAssignable
  57. 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
  58. def assignUnassignedByName(that: MultiData): Unit
    Definition Classes
    MultiData
  59. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit
    Definition Classes
    Bundle
  60. def byteAddress(addressGranularityIfUnspecified: AddressGranularity = AddressGranularity.UNSPECIFIED): UInt
  61. def checkDir(that: Bundle): Boolean

    for interface find modport

    for interface find modport

    Definition Classes
    Bundle
  62. def clearAll(): Wishbone.this.type

    Clear all the relevant signals in the wishbone bus

    Clear all the relevant signals in the wishbone bus

    Definition Classes
    WishboneData
    Example:
    1. val wishbone1 = master(Wishbone(WishboneConfig(8,8)))
      val wishbone2 = slave(Wishbone(WishboneConfig(8,8)))
      val wishbone2 = slave(Wishbone(WishboneConfig(8,8).withDataTag(8)))
      
      // this will clear only the following signals: CYC,ADR,DAT_MOSI,STB,WE
      wishbone1.clearAll()
      // this will clear only the following signals: DAT_MISO,ACK
      wishbone2.clearAll()
      // this will clear only the following signals: DAT_MISO,ACK,TGD_MISO
      wishbone3.clearAll()
  63. def clone(): Bundle
    Definition Classes
    BundleData → AnyRef
  64. def component: Component
    Definition Classes
    ContextUser
  65. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit
    Definition Classes
    Assignable
  66. val compositeAssign: Assignable
    Definition Classes
    Assignable
  67. val config: WishboneConfig
  68. def connectTo(that: Wishbone, allowDataResize: Boolean = false, allowAddressResize: Boolean = false, allowTagResize: Boolean = false): Unit

    Connect to a wishbone bus with optional resize.

    Connect to a wishbone bus with optional resize. This will drop all the signals that are not in common

    that

    the wishbone bus that i want to connect, must be a wishbone slave

    allowDataResize

    allow the resize of the data lines, deafult to false

    allowAddressResize

    allow the resize of the address line, deafult to false

    allowTagResize

    allow the resize of the tag lines, deafult to false

  69. def copyDirectionOfImpl(that: Data): Wishbone.this.type
    Definition Classes
    MultiDataData
  70. def dirString(): String
    Definition Classes
    Data
  71. def doRead: Bool
  72. def doSend: Bool
  73. def doWrite: Bool
  74. def dontSimplifyIt(): Wishbone.this.type
    Definition Classes
    Data
  75. def elements: ArrayBuffer[(String, Data)]
    Definition Classes
    BundleMultiData
  76. var elementsCache: ArrayBuffer[(String, Data)]
    Definition Classes
    Bundle
  77. def elementsString: String
    Definition Classes
    MultiData
  78. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  80. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  81. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  82. def find(name: String): Data
    Definition Classes
    MultiData
  83. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  84. def flatten: Seq[BaseType]
    Definition Classes
    MultiDataData
  85. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
    Definition Classes
    MultiDataData
  86. def flattenLocalName: Seq[String]
    Definition Classes
    MultiDataData
  87. def flip(): Wishbone.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
  88. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  89. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  90. def freeze(): Wishbone.this.type
    Definition Classes
    MultiDataData
  91. def getAheadValue(): Wishbone.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
  92. def getBitsWidth: Int

    Return the width of the data

    Return the width of the data

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

    Get current component with all parents

    Get current component with all parents

    Definition Classes
    InComponent
  96. def getDirection: IODirection
    Definition Classes
    Data
  97. def getDisplayName(): String
    Definition Classes
    Nameable
  98. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  99. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  100. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]
    Definition Classes
    Data
  101. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  102. def getName(): String
    Definition Classes
    NameableByComponentNameable
  103. def getPartialName(): String
    Definition Classes
    Nameable
  104. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  105. def getRealSource: Any
    Definition Classes
    Assignable
  106. def getRealSourceNoRec: Any
    Definition Classes
    DataAssignable
  107. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  108. def getRootParent: Data
    Definition Classes
    Data
  109. def getRtlPath(separator: String = "/"): String
    Definition Classes
    Data
  110. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  111. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  112. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  113. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  114. def getTags(): LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  115. def getTagsOf[T <: SpinalTag]()(implicit tag: ClassTag[T]): Iterable[T]
    Definition Classes
    SpinalTagReady
  116. def getTypeString: String
    Definition Classes
    Bundle
  117. def getZero: Wishbone.this.type

    Create a signal set to 0

    Create a signal set to 0

    Definition Classes
    MultiDataData
  118. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  119. var hardtype: HardType[_]
    Definition Classes
    Bundle
  120. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  121. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  122. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  123. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
    Definition Classes
    Data
  124. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  125. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  126. final def intoMaster(): Wishbone.this.type

    Convert into master

    Convert into master

    Definition Classes
    IMasterSlave
  127. final def intoSlave(): Wishbone.this.type

    Convert into slave

    Convert into slave

    Definition Classes
    IMasterSlave
  128. def isAck: Bool
  129. def isAnalog: Boolean
    Definition Classes
    Data
  130. def isComb: Boolean
    Definition Classes
    Data
  131. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  132. def isCycle: Bool
  133. def isDirectionLess: Boolean
    Definition Classes
    Data
  134. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  135. def isInOut: Boolean
    Definition Classes
    Data
  136. def isInput: Boolean
    Definition Classes
    Data
  137. def isInputOrInOut: Boolean
    Definition Classes
    Data
  138. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  139. final def isMasterInterface: Boolean

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  140. final def isNamed: Boolean
    Definition Classes
    Nameable
  141. def isOutput: Boolean
    Definition Classes
    Data
  142. def isOutputOrInOut: Boolean
    Definition Classes
    Data
  143. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  144. def isRead: Bool
  145. def isReg: Boolean
    Definition Classes
    Data
  146. def isRegOnAssign: Boolean
    Definition Classes
    Data
  147. final def isSlaveInterface: Boolean

    Are port directions set for a Master interface?

    Are port directions set for a Master interface?

    Definition Classes
    IMasterSlave
  148. def isStall: Bool
  149. def isTransfer: Bool
  150. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  151. def isWrite: Bool
  152. val name: String
    Definition Classes
    Nameable
  153. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  154. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  155. def noBackendCombMerge(): Wishbone.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
  156. def noCombLoopCheck(): Wishbone.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

  157. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  158. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  159. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  160. def overrideLocalName(name: String): Wishbone.this.type
    Definition Classes
    Nameable
  161. val parent: Data
    Definition Classes
    Data
  162. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  163. def pull(propagateName: Boolean): Wishbone.this.type
    Definition Classes
    Data
  164. def pull(): Wishbone.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
  165. def purify(): Wishbone.this.type
    Definition Classes
    Data
  166. def randBoot(u: Unit): Wishbone.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
  167. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  168. def reflectNames(): Unit
    Definition Classes
    Nameable
  169. def removeAssignments(data: Boolean = true, init: Boolean = true, initial: Boolean = true): Wishbone.this.type
    Definition Classes
    Data
  170. def removeDataAssignments(): Wishbone.this.type
    Definition Classes
    Data
  171. def removeInitAssignments(): Wishbone.this.type
    Definition Classes
    Data
  172. def removeTag(spinalTag: SpinalTag): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  173. def removeTags(tags: Iterable[SpinalTag]): Wishbone.this.type
    Definition Classes
    SpinalTagReady
  174. def resized: Wishbone.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

  175. def rootIF(): Interface

    root interface

    root interface

    Definition Classes
    Data
  176. def rootIFList(): List[Interface]
    Definition Classes
    Data
  177. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]
    Definition Classes
    Data
  178. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  179. def setAll(): Wishbone.this.type

    Set all bits to True and return itself

    Set all bits to True and return itself

    Definition Classes
    Data
  180. def setAsAnalog(): Wishbone.this.type
    Definition Classes
    Data
  181. def setAsComb(): Wishbone.this.type

    Set baseType to Combinatorial

    Set baseType to Combinatorial

    Definition Classes
    MultiDataData
  182. def setAsDirectionLess(): Wishbone.this.type

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

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

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

    Set as master interface

    Set as master interface

    Definition Classes
    IMasterSlave
  184. def setAsReg(): Wishbone.this.type

    Set baseType to reg

    Set baseType to reg

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

    Set a slave interface

    Set a slave interface

    Definition Classes
    IMasterSlave
  186. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Wishbone.this.type
    Definition Classes
    Nameable
  187. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Wishbone.this.type
    Definition Classes
    Nameable
  188. def setCompositeName(nameable: Nameable, postfix: String): Wishbone.this.type
    Definition Classes
    Nameable
  189. def setCompositeName(nameable: Nameable, namePriority: Byte): Wishbone.this.type
    Definition Classes
    Nameable
  190. def setCompositeName(nameable: Nameable, weak: Boolean): Wishbone.this.type
    Definition Classes
    Nameable
  191. def setCompositeName(nameable: Nameable): Wishbone.this.type
    Definition Classes
    Nameable
  192. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): Wishbone.this.type
    Definition Classes
    Nameable
  193. def setName(name: String, namePriority: Byte): Wishbone.this.type
    Definition Classes
    Nameable
  194. def setName(name: String, weak: Boolean): Wishbone.this.type
    Definition Classes
    Nameable
  195. def setName(name: String): Wishbone.this.type
    Definition Classes
    Nameable
  196. def setNameAsWeak(): Wishbone.this.type
    Definition Classes
    Nameable
  197. def setOutputAsReg(): Wishbone.this.type

    Recursively set baseType to reg only for output

    Recursively set baseType to reg only for output

    Definition Classes
    Data
  198. def setPartialName(name: String, namePriority: Byte, owner: Any): Wishbone.this.type
    Definition Classes
    Nameable
  199. def setPartialName(name: String, namePriority: Byte): Wishbone.this.type
    Definition Classes
    Nameable
  200. def setPartialName(name: String, weak: Boolean): Wishbone.this.type
    Definition Classes
    Nameable
  201. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Wishbone.this.type
    Definition Classes
    Nameable
  202. def setPartialName(owner: Nameable, name: String, weak: Boolean): Wishbone.this.type
    Definition Classes
    Nameable
  203. def setPartialName(name: String): Wishbone.this.type
    Definition Classes
    Nameable
  204. def setPartialName(owner: Nameable, name: String): Wishbone.this.type
    Definition Classes
    Nameable
  205. def setPartialName(owner: Nameable): Wishbone.this.type
    Definition Classes
    Nameable
  206. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  207. def setScalaLocated(source: ScalaLocated): Wishbone.this.type
    Definition Classes
    ScalaLocated
  208. def setWeakName(name: String): Wishbone.this.type
    Definition Classes
    Nameable
  209. def spinalTags: LinkedHashSet[SpinalTag]
    Definition Classes
    SpinalTagReady
  210. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  211. def toIo(): Wishbone.this.type
    Definition Classes
    Data
  212. def toMuxInput[T <: Data](muxOutput: T): T
    Definition Classes
    Data
  213. def toString(): String
    Definition Classes
    BundleNameable → AnyRef → Any
  214. def unfreeze(): Wishbone.this.type
    Definition Classes
    MultiDataData
  215. def unsetName(): Wishbone.this.type
    Definition Classes
    Nameable
  216. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  217. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  218. def valCallbackRec(ref: Any, name: String): Unit
    Definition Classes
    BundleValCallbackRec
  219. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  220. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  221. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  222. def wrapNext(): Wishbone.this.type
    Definition Classes
    Data
  223. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)] = ArrayBuffer()): ArrayBuffer[(BaseType, BaseType)]
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): Wishbone.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
    WishboneIMasterSlave
    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): Wishbone.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