Class

spinal.lib.experimental.math

RecFloating

Related Doc: package math

Permalink

case class RecFloating(exponentSize: Int, mantissaSize: Int) extends Bundle with Product with Serializable

Floating point value recoded using Berkeley encoding (see https://github.com/ucb-bar/berkeley-hardfloat)

exponentSize

Recoded exponent size (1 bit wider than the IEEE754 equivalent float)

mantissaSize

Mantissa field size with the implicit one not included

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

Instance Constructors

  1. new RecFloating(exponentSize: Int, mantissaSize: Int)

    Permalink

    exponentSize

    Recoded exponent size (1 bit wider than the IEEE754 equivalent float)

    mantissaSize

    Mantissa field size with the implicit one not included

Type Members

  1. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Permalink
    Definition Classes
    Data
  3. final def ##(): Int

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

    Permalink
    Definition Classes
    Data
  5. def :=(that: BigDecimal): Unit

    Permalink

    Assign double value to the Floating

    Assign double value to the Floating

    that

    BigDecimal value

  6. def <(that: BigDecimal): Bool

    Permalink

    Less than constant

    Less than constant

    that

    other side of the comparison

    returns

    true is this value is smaller than that

  7. def <(that: RecFloating): Bool

    Permalink

    Less than

    Less than

    that

    other side of the comparison

    returns

    true is this value is smaller than that

  8. def <=(that: BigDecimal): Bool

    Permalink

    Less than or equal to constant

    Less than or equal to constant

    that

    other side of the comparison

    returns

    true is this value is smaller or equal to that

  9. def <=(that: RecFloating): Bool

    Permalink

    Less than or equal

    Less than or equal

    that

    other side of the comparison

    returns

    true is this value is smaller or equal to that

  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def ===(that: BigDecimal): Bool

    Permalink

    Equals to constant

    Equals to constant

    that

    other side of the comparison

    returns

    true is this value equals to that

  12. def ===(that: RecFloating): Bool

    Permalink

    Equals

    Equals

    that

    other side of the comparison

    returns

    true is this value equals to that

  13. def >(that: BigDecimal): Bool

    Permalink

    Greater than constant

    Greater than constant

    that

    other side of the comparison

    returns

    true is this value is greater than that

  14. def >(that: RecFloating): Bool

    Permalink

    Greater than

    Greater than

    that

    other side of the comparison

    returns

    true is this value is greater than that

  15. def >=(that: BigDecimal): Bool

    Permalink

    Greater than or equal to constant

    Greater than or equal to constant

    that

    other side of the comparison

    returns

    true is this value is greater of equal to that

  16. def >=(that: RecFloating): Bool

    Permalink

    Greater than or equal

    Greater than or equal

    that

    other side of the comparison

    returns

    true is this value is greater of equal to that

  17. var _spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  18. def abs: RecFloating

    Permalink

    Absolute value

    Absolute value

    returns

    Absolute value of this float

  19. def addAttribute(attribute: Attribute): RecFloating.this.type

    Permalink
    Definition Classes
    Data → SpinalTagReady
  20. def addAttribute(name: String, value: Int): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  21. def addAttribute(name: String, value: String): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  22. def addAttribute(name: String): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  23. def addTag[T <: SpinalTag](spinalTag: T): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → SpinalTagReady
  24. def addTags(h: SpinalTag, tail: SpinalTag*): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  25. def addTags[T <: SpinalTag](tags: Iterable[T]): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  26. def allowDirectionLessIo(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  27. def allowOverride(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  28. def allowPartialyAssigned(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  29. def allowPruning(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  30. def allowSimplifyIt(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  31. def allowUnsetRegToAvoidLatch(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  32. def as[T <: Data](dataType: HardType[T]): T

    Permalink
    Definition Classes
    Data
  33. def asBits: Bits

    Permalink
    Definition Classes
    MultiData → Data
  34. def asData: Data

    Permalink
    Definition Classes
    Data
  35. def asInOut(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  36. def asInput(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  37. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  38. def asOutput(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  39. def assignAllByName(that: Bundle): Unit

    Permalink
    Definition Classes
    Bundle
  40. def assignDontCare(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  41. def assignDontCareToUnasigned(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  42. def assignFormalRandom(kind: RandomExpKind): Unit

    Permalink
    Definition Classes
    MultiData → Data
  43. final def assignFrom(that: AnyRef, target: AnyRef)(implicit loc: Location): Unit

    Permalink
    Definition Classes
    Data
  44. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit

    Permalink
    Definition Classes
    MultiData → Data
  45. def assignFromBits(bits: Bits): Unit

    Permalink
    Definition Classes
    MultiData → Data
  46. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

    Permalink
    Definition Classes
    Data
  47. def assignFromImpl(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Bundle → Assignable
  48. def assignSomeByName(that: Bundle): Unit

    Permalink
    Definition Classes
    Bundle
  49. def assignTo(that: SInt): Unit

    Permalink

    Overrides assignment operator

    Overrides assignment operator

    that

    Integer number that will be assigned to the converted floating value

  50. def assignTo(that: UInt): Unit

    Permalink

    Overrides assignment operator

    Overrides assignment operator

    that

    Integer number that will be assigned to the converted floating value

  51. def assignUnassignedByName(that: MultiData): Unit

    Permalink
    Definition Classes
    MultiData
  52. def bundleAssign(that: Bundle)(f: (Data, Data) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Bundle
  53. def checkDir(that: Bundle): Boolean

    Permalink
    Definition Classes
    Bundle
  54. def clearAll(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  55. def clone(): Bundle

    Permalink
    Definition Classes
    Bundle → Data → AnyRef
  56. def component: Component

    Permalink
    Definition Classes
    ContextUser
  57. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef)(implicit loc: Location): Unit

    Permalink
    Definition Classes
    Assignable
  58. var compositeAssign: Assignable

    Permalink
    Definition Classes
    Assignable
  59. def copyDirectionOfImpl(that: Data): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  60. def dirString(): String

    Permalink
    Definition Classes
    Data
  61. def dontSimplifyIt(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  62. def elements: ArrayBuffer[(String, Data)]

    Permalink
    Definition Classes
    Bundle → MultiData
  63. var elementsCache: ArrayBuffer[(String, Data)]

    Permalink
    Definition Classes
    Bundle
  64. def elementsString: String

    Permalink
    Definition Classes
    MultiData
  65. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  66. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  67. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  68. val exponent: Bits

    Permalink

    Exponent field (Berkeley encoded)

  69. val exponentSize: Int

    Permalink

    Recoded exponent size (1 bit wider than the IEEE754 equivalent float)

  70. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  71. def find(name: String): Data

    Permalink
    Definition Classes
    MultiData
  72. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  73. def flatten: Seq[BaseType]

    Permalink
    Definition Classes
    MultiData → Data
  74. def flattenForeach(body: (BaseType) ⇒ Unit): Unit

    Permalink
    Definition Classes
    MultiData → Data
  75. def flattenLocalName: Seq[String]

    Permalink
    Definition Classes
    MultiData → Data
  76. def flip(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  77. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  78. def foreachTag(body: (SpinalTag) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  79. def freeze(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  80. def fromFloating(that: Floating): RecFloating

    Permalink

    Import from an IEEE 754 floating point number

  81. def fromSFix(that: SFix): RecFloating

    Permalink

    Import from SFix

  82. def fromSInt(that: SInt): RecFloating

    Permalink

    Import from SInt

  83. def fromUFix(that: UFix): RecFloating

    Permalink

    Import from UFix

  84. def fromUInt(that: UInt): RecFloating

    Permalink

    Import from UInt

  85. def getAheadValue(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  86. def getBitsWidth: Int

    Permalink
    Definition Classes
    MultiData → Data
  87. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  88. def getComponent(): Component

    Permalink
    Definition Classes
    Data → InComponent → NameableByComponent
  89. def getComponents(): Seq[Component]

    Permalink
    Definition Classes
    InComponent
  90. def getDirection: IODirection

    Permalink
    Definition Classes
    Data
  91. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  92. def getExponentBias: Int

    Permalink

    Value of the exponent bias for this float configuration

  93. def getExponentZero: Int

    Permalink

    Value of the recoded exponent corresponding to the smallest exponent

  94. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  95. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  96. def getMuxType[T <: Data](list: TraversableOnce[T]): HardType[T]

    Permalink
    Definition Classes
    Data
  97. def getName(default: String): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  98. def getName(): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  99. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  100. def getPath(from: Component, to: Component): Seq[Component]

    Permalink
    Definition Classes
    NameableByComponent
  101. def getRealSource: Any

    Permalink
    Definition Classes
    Assignable
  102. def getRealSourceNoRec: Any

    Permalink
    Definition Classes
    Data → Assignable
  103. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  104. def getRootParent: Data

    Permalink
    Definition Classes
    Data
  105. def getRtlPath(separator: String): String

    Permalink
    Definition Classes
    Data
  106. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  107. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  108. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  109. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Permalink
    Definition Classes
    SpinalTagReady
  110. def getTags(): LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  111. def getTypeString: String

    Permalink
    Definition Classes
    Bundle
  112. def getZero: RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  113. var globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  114. var hardtype: HardType[_]

    Permalink
    Definition Classes
    Bundle
  115. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  116. def hasTag(spinalTag: SpinalTag): Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  117. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  118. def init(that: BigDecimal): RecFloating.this.type

    Permalink

    Initialization function

    Initialization function

    that

    initialization value

    returns

    returns initialized object

  119. final def initFrom(that: AnyRef, target: AnyRef): Unit

    Permalink
    Definition Classes
    Data
  120. def instanceAttributes(language: Language): Iterable[Attribute]

    Permalink
    Definition Classes
    SpinalTagReady
  121. def instanceAttributes: Iterable[Attribute]

    Permalink
    Definition Classes
    SpinalTagReady
  122. def isAnalog: Boolean

    Permalink
    Definition Classes
    Data
  123. def isComb: Boolean

    Permalink
    Definition Classes
    Data
  124. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  125. def isDirectionLess: Boolean

    Permalink
    Definition Classes
    Data
  126. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  127. def isInOut: Boolean

    Permalink
    Definition Classes
    Data
  128. def isInfinite: Bool

    Permalink
  129. def isInput: Boolean

    Permalink
    Definition Classes
    Data
  130. def isInputOrInOut: Boolean

    Permalink
    Definition Classes
    Data
  131. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  132. def isNaN: Bool

    Permalink

    Return true is the value is a NaN

  133. def isNamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  134. def isNormal: Bool

    Permalink

    Return true if the number is normal

  135. def isOutput: Boolean

    Permalink
    Definition Classes
    Data
  136. def isOutputOrInOut: Boolean

    Permalink
    Definition Classes
    Data
  137. def isPositive: Bool

    Permalink

    Return true if the value is positive

  138. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  139. def isQNaN: Bool

    Permalink

    Return true if the value is a Quiet NaN

  140. def isReg: Boolean

    Permalink
    Definition Classes
    Data
  141. def isRegOnAssign: Boolean

    Permalink
    Definition Classes
    Data
  142. def isSNaN: Bool

    Permalink

    Return true if the value is a Signalling NaN

  143. def isSpecial: Bool

    Permalink

    Return true if the number is a special case (NaN or Inf)

  144. def isSubnormal: Bool

    Permalink

    Return true if the number is subnormal

  145. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  146. def isZero: Bool

    Permalink

    Return true if the number is +- zero

  147. val mantissa: Bits

    Permalink

    Mantissa field without the implicit first bit

  148. val mantissaSize: Int

    Permalink

    Mantissa field size with the implicit one not included

  149. var name: String

    Permalink
    Definition Classes
    Nameable
  150. var nameableRef: Nameable

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  151. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  152. def noBackendCombMerge(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  153. def noCombLoopCheck(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  154. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  155. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  156. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  157. def overrideLocalName(name: String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  158. var parent: Data

    Permalink
    Definition Classes
    Data
  159. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  160. def pull(propagateName: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  161. def pull(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  162. def purify(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  163. def randBoot(u: Unit): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  164. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  165. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  166. def removeAssignments(data: Boolean, init: Boolean, initial: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  167. def removeDataAssignments(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  168. def removeInitAssignments(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  169. def removeTag(spinalTag: SpinalTag): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  170. def removeTags(tags: Iterable[SpinalTag]): RecFloating.this.type

    Permalink
    Definition Classes
    SpinalTagReady
  171. def resized: RecFloating.this.type

    Permalink
    Definition Classes
    Data
  172. def rootIF(): Interface

    Permalink
    Definition Classes
    Data
  173. def rootIFList(): List[Interface]

    Permalink
    Definition Classes
    Data
  174. def rootIFrec(now: Data, lastRoot: List[Interface]): List[Interface]

    Permalink
    Definition Classes
    Data
  175. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  176. def setAll(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  177. def setAsAnalog(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  178. def setAsComb(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  179. def setAsDirectionLess(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  180. def setAsReg(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  181. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  182. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  183. def setCompositeName(nameable: Nameable, postfix: String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  184. def setCompositeName(nameable: Nameable, namePriority: Byte): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  185. def setCompositeName(nameable: Nameable, weak: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  186. def setCompositeName(nameable: Nameable): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  187. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  188. def setName(name: String, namePriority: Byte): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  189. def setName(name: String, weak: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  190. def setName(name: String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  191. def setNameAsWeak(): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  192. def setOutputAsReg(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  193. def setPartialName(name: String, namePriority: Byte, owner: Any): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  194. def setPartialName(name: String, namePriority: Byte): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  195. def setPartialName(name: String, weak: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  196. def setPartialName(owner: Nameable, name: String, namePriority: Byte): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  197. def setPartialName(owner: Nameable, name: String, weak: Boolean): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  198. def setPartialName(name: String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  199. def setPartialName(owner: Nameable, name: String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  200. def setPartialName(owner: Nameable): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  201. def setRefOwner(that: Any): Unit

    Permalink
    Definition Classes
    OwnableRef
  202. def setScalaLocated(source: ScalaLocated): RecFloating.this.type

    Permalink
    Definition Classes
    ScalaLocated
  203. def setWeakName(name: String): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  204. val sign: Bool

    Permalink

    Sign field (true when negative)

  205. def spinalTags: LinkedHashSet[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  206. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  207. def toFloating: Floating

    Permalink

    Convert to classic IEEE 754 floating point number

  208. def toIo(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  209. def toMuxInput[T <: Data](muxOutput: T): T

    Permalink
    Definition Classes
    Data
  210. def toSFix(peak: ExpNumber, resolution: ExpNumber): SFix

    Permalink

    Convert floating point to SFix with resolution

  211. def toSFix(peak: ExpNumber, width: BitCount): SFix

    Permalink

    Convert floating point to SFix with width

  212. def toSInt(width: Int): SInt

    Permalink

    Convert floating point to SInt

  213. def toString(): String

    Permalink
    Definition Classes
    Bundle → Nameable → AnyRef → Any
  214. def toUFix(peak: ExpNumber, resolution: ExpNumber): UFix

    Permalink

    Convert floating point to SFix with resolution

  215. def toUFix(peak: ExpNumber, width: BitCount): UFix

    Permalink

    Convert floating point to SFix with width

  216. def toUInt(width: Int): UInt

    Permalink

    Convert floating point to UInt

  217. def unfreeze(): RecFloating.this.type

    Permalink
    Definition Classes
    MultiData → Data
  218. def unsetName(): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  219. def valCallback[T](ref: T, name: String): T

    Permalink
    Definition Classes
    ValCallbackRec → ValCallback
  220. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit

    Permalink
    Definition Classes
    ValCallbackRec
  221. def valCallbackRec(ref: Any, name: String): Unit

    Permalink
    Definition Classes
    Bundle → ValCallbackRec
  222. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  223. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  224. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  225. def wrapNext(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  226. def zipByName(that: MultiData, rec: ArrayBuffer[(BaseType, BaseType)]): ArrayBuffer[(BaseType, BaseType)]

    Permalink
    Definition Classes
    MultiData

Deprecated Value Members

  1. def asDirectionLess(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def genIf(cond: Boolean): RecFloating.this.type

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