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, OverridedEqualsHashCode, MultiData, Data, 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. OverridedEqualsHashCode
  8. MultiData
  9. Data
  10. SpinalTagReady
  11. Assignable
  12. NameableByComponent
  13. Nameable
  14. OwnableRef
  15. ContextUser
  16. ScalaLocated
  17. GlobalDataUser
  18. AnyRef
  19. 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 :=(that: BigDecimal): Unit

    Permalink

    Assign double value to the Floating

    Assign double value to the Floating

    that

    BigDecimal value

  5. 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

  6. def <(that: RecFloating): Bool

    Permalink

    Less than

    Less than

    that

    other side of the comparison

    returns

    true is this value is smaller than that

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

  8. 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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. 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

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

    Permalink

    Equals

    Equals

    that

    other side of the comparison

    returns

    true is this value equals to that

  12. 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

  13. def >(that: RecFloating): Bool

    Permalink

    Greater than

    Greater than

    that

    other side of the comparison

    returns

    true is this value is greater than that

  14. 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

  15. 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

  16. var _spinalTags: Set[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  17. def abs: RecFloating

    Permalink

    Absolute value

    Absolute value

    returns

    Absolute value of this float

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

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

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  23. def allowDirectionLessIo: RecFloating.this.type

    Permalink
    Definition Classes
    Data
  24. def allowOverride: RecFloating.this.type

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

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

    Permalink
    Definition Classes
    Data
  27. def allowUnsetRegToAvoidLatch: RecFloating.this.type

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

    Permalink
    Definition Classes
    Data
  29. def asBits: Bits

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Data
  37. final def assignFrom(that: AnyRef, target: AnyRef): Unit

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

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

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

    Permalink
    Definition Classes
    Data
  41. def assignSomeByName(that: Bundle): Unit

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

    Permalink

    Overrides assignment operator

    Overrides assignment operator

    that

    Integer number that will be assigned to the converted floating value

  43. def assignTo(that: UInt): Unit

    Permalink

    Overrides assignment operator

    Overrides assignment operator

    that

    Integer number that will be assigned to the converted floating value

  44. def clone(): Bundle

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

    Permalink
    Definition Classes
    ContextUser
  46. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef): Unit

    Permalink
    Definition Classes
    Assignable
  47. var compositeAssign: Assignable

    Permalink
    Definition Classes
    Assignable
  48. def dirString(): String

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

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

    Permalink
    Definition Classes
    Bundle → MultiData
  51. def elementsString: String

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  55. val exponent: Bits

    Permalink

    Exponent field (Berkeley encoded)

  56. val exponentSize: Int

    Permalink

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  58. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. def find(name: String): Data

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

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  66. def fromFloating(that: Floating): RecFloating

    Permalink

    Import from an IEEE 754 floating point number

  67. def fromSFix(that: SFix): RecFloating

    Permalink

    Import from SFix

  68. def fromSInt(that: SInt): RecFloating

    Permalink

    Import from SInt

  69. def fromUFix(that: UFix): RecFloating

    Permalink

    Import from UFix

  70. def fromUInt(that: UInt): RecFloating

    Permalink

    Import from UInt

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

    Permalink
    Definition Classes
    Data
  72. def getBitsWidth: Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  74. def getComponent(): Component

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

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

    Permalink
    Definition Classes
    Nameable
  77. def getExponentBias: Int

    Permalink

    Value of the exponent bias for this float configuration

  78. def getExponentZero: Int

    Permalink

    Value of the recoded exponent corresponding to the smallest exponent

  79. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  80. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  81. def getName(default: String): String

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

    Permalink
    Definition Classes
    Nameable
  83. def getRealSource: Any

    Permalink
    Definition Classes
    Assignable
  84. def getRealSourceNoRec: Any

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

    Permalink
    Definition Classes
    OwnableRef
  86. def getRootParent: Data

    Permalink
    Definition Classes
    Data
  87. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  88. def getScalaLocationShort: String

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  91. def getTags(): Set[SpinalTag]

    Permalink
    Definition Classes
    SpinalTagReady
  92. def getTypeString: String

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

    Permalink
    Definition Classes
    MultiData → Data
  94. val globalData: GlobalData

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

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

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

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

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

    Permalink

    Initialization function

    Initialization function

    that

    initialization value

    returns

    returns initialized object

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

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

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

    Permalink
    Definition Classes
    SpinalTagReady
  103. def isAnalog: Boolean

    Permalink
    Definition Classes
    Data
  104. def isComb: Boolean

    Permalink
    Definition Classes
    Data
  105. def isDirectionLess: Boolean

    Permalink
    Definition Classes
    Data
  106. def isEmptyOfTag: Boolean

    Permalink
    Definition Classes
    SpinalTagReady
  107. def isInOut: Boolean

    Permalink
    Definition Classes
    Data
  108. def isInfinite: Bool

    Permalink
  109. def isInput: Boolean

    Permalink
    Definition Classes
    Data
  110. def isInputOrInOut: Boolean

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

    Permalink
    Definition Classes
    Any
  112. def isNaN: Bool

    Permalink

    Return true is the value is a NaN

  113. def isNamed: Boolean

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

    Permalink

    Return true if the number is normal

  115. def isOutput: Boolean

    Permalink
    Definition Classes
    Data
  116. def isOutputOrInOut: Boolean

    Permalink
    Definition Classes
    Data
  117. def isPositive: Bool

    Permalink

    Return true if the value is positive

  118. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  119. def isQNaN: Bool

    Permalink

    Return true if the value is a Quiet NaN

  120. def isReg: Boolean

    Permalink
    Definition Classes
    Data
  121. def isSNaN: Bool

    Permalink

    Return true if the value is a Signalling NaN

  122. def isSpecial: Bool

    Permalink

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

  123. def isSubnormal: Bool

    Permalink

    Return true if the number is subnormal

  124. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  125. def isZero: Bool

    Permalink

    Return true if the number is +- zero

  126. def keep(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  127. val mantissa: Bits

    Permalink

    Mantissa field without the implicit first bit

  128. val mantissaSize: Int

    Permalink

    Mantissa field size with the implicit one not included

  129. var name: String

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  130. var nameableRef: Nameable

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

    Permalink
    Definition Classes
    AnyRef
  132. def noBackendCombMerge: RecFloating.this.type

    Permalink
    Definition Classes
    Data
  133. def noCombLoopCheck: RecFloating.this.type

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

    Permalink
    Definition Classes
    AnyRef
  135. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  136. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Permalink
    Definition Classes
    SpinalTagReady
  137. var parent: Data

    Permalink
    Definition Classes
    Data
  138. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  139. def pull(): RecFloating.this.type

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

    Permalink
    Definition Classes
    Data
  141. def randBoot(): RecFloating.this.type

    Permalink
    Definition Classes
    Data
  142. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  144. def removeAssignments(): RecFloating.this.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  170. val sign: Bool

    Permalink

    Sign field (true when negative)

  171. def spinalTags: Set[SpinalTag]

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

    Permalink
    Definition Classes
    AnyRef
  173. def toFloating: Floating

    Permalink

    Convert to classic IEEE 754 floating point number

  174. def toSFix(peak: ExpNumber, resolution: ExpNumber): SFix

    Permalink

    Convert floating point to SFix with resolution

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

    Permalink

    Convert floating point to SFix with width

  176. def toSInt(width: Int): SInt

    Permalink

    Convert floating point to SInt

  177. def toString(): String

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

    Permalink

    Convert floating point to SFix with resolution

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

    Permalink

    Convert floating point to SFix with width

  180. def toUInt(width: Int): UInt

    Permalink

    Convert floating point to UInt

  181. def unsetName(): RecFloating.this.type

    Permalink
    Definition Classes
    Nameable
  182. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  183. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version ???) use setAsDirectionLess instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Bundle

Inherited from OverridedEqualsHashCode

Inherited from MultiData

Inherited from Data

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