Class/Object

dsptools.numbers

DspReal

Related Docs: object DspReal | package numbers

Permalink

class DspReal extends Bundle

Linear Supertypes
Bundle, Record, Aggregate, Data, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DspReal
  2. Bundle
  3. Record
  4. Aggregate
  5. Data
  6. HasId
  7. InstanceId
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DspReal(lit: Option[BigInt] = None)

    Permalink

Value Members

  1. def !=(arg1: DspReal): Bool

    Permalink
  2. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  4. def *(arg1: DspReal): DspReal

    Permalink
  5. def +(arg1: DspReal): DspReal

    Permalink
  6. def -(arg1: DspReal): DspReal

    Permalink
  7. def /(arg1: DspReal): DspReal

    Permalink
  8. final def :=(that: Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit

    Permalink
    Definition Classes
    Data
  9. def <(arg1: DspReal): Bool

    Permalink
  10. def <=(arg1: DspReal): Bool

    Permalink
  11. final def <>(that: Data)(implicit sourceInfo: SourceInfo, connectionCompileOptions: CompileOptions): Unit

    Permalink
    Definition Classes
    Data
  12. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def ===(arg1: DspReal): Bool

    Permalink
  14. def >(arg1: DspReal): Bool

    Permalink
  15. def >=(arg1: DspReal): Bool

    Permalink
  16. def abs(): DspReal

    Permalink
  17. def acos(dummy: Int = 0): DspReal

    Permalink
  18. def acosh(dummy: Int = 0): DspReal

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. macro def asTypeOf[T <: Data](that: T): T

    Permalink
    Definition Classes
    Data
  21. final macro def asUInt(): UInt

    Permalink
    Definition Classes
    Data
  22. def asin(dummy: Int = 0): DspReal

    Permalink
  23. def asinh(dummy: Int = 0): DspReal

    Permalink
  24. def atan(dummy: Int = 0): DspReal

    Permalink
  25. def atan2(arg1: DspReal): DspReal

    Permalink
  26. def atanh(dummy: Int = 0): DspReal

    Permalink
  27. def binding_=(target: Binding): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Data
  28. def ceil(dummy: Int = 0): DspReal

    Permalink
  29. def className: String

    Permalink
    Definition Classes
    Bundle → Record
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def cloneType: DspReal.this.type

    Permalink
    Definition Classes
    Bundle → Data
  32. def cos(dummy: Int = 0): DspReal

    Permalink
  33. def cosh(dummy: Int = 0): DspReal

    Permalink
  34. def do_asTypeOf[T <: Data](that: T)(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): T

    Permalink
    Definition Classes
    Data
  35. def do_asUInt(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): UInt

    Permalink
    Definition Classes
    Aggregate → Data
  36. final lazy val elements: ListMap[String, Data]

    Permalink
    Definition Classes
    Bundle → Record
  37. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  39. def exp(dummy: Int = 0): DspReal

    Permalink
  40. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def floor(dummy: Int = 0): DspReal

    Permalink
  42. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  43. def getElements: Seq[Data]

    Permalink
    Definition Classes
    Record → Aggregate
  44. final def getWidth: Int

    Permalink
    Definition Classes
    Data
  45. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  46. def hypot(arg1: DspReal): DspReal

    Permalink
  47. def instanceName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  48. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  49. def isLit(): Boolean

    Permalink
    Definition Classes
    Data
  50. final def isWidthKnown: Boolean

    Permalink
    Definition Classes
    Data
  51. def litArg(): Option[LitArg]

    Permalink
    Definition Classes
    Data
  52. def litValue(): BigInt

    Permalink
    Definition Classes
    Data
  53. def ln(dummy: Int = 0): DspReal

    Permalink
  54. def log10(dummy: Int = 0): DspReal

    Permalink
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. val node: UInt

    Permalink
  57. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  59. def parentModName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  60. def parentPathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  61. def pathName: String

    Permalink
    Definition Classes
    HasId → InstanceId
  62. def pow(arg1: DspReal): DspReal

    Permalink
  63. def round(): DspReal

    Permalink
  64. def sin(dummy: Int = 0): DspReal

    Permalink
  65. def sinh(dummy: Int = 0): DspReal

    Permalink
  66. def sqrt(dummy: Int = 0): DspReal

    Permalink
  67. def suggestName(name: ⇒ String): DspReal.this.type

    Permalink
    Definition Classes
    HasId
  68. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  69. def tan(dummy: Int = 0): DspReal

    Permalink
  70. def tanh(dummy: Int = 0): DspReal

    Permalink
  71. def toDoubleBits(dummy: Int = 0): UInt

    Permalink

    Returns this Real's value as its bit representation in DspReal.underlyingWidth-bit floating point.

  72. def toPrintable: Printable

    Permalink
    Definition Classes
    Bundle → Record → Data
  73. def toSInt(dummy: Int = 0): SInt

    Permalink

    Returns this Real's value rounded to a signed integer.

    Returns this Real's value rounded to a signed integer. Behavior on overflow (possible with large exponent terms) is undefined.

  74. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  75. def truncate(): DspReal

    Permalink
  76. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def widthOption: Option[Int]

    Permalink
    Definition Classes
    Data

Deprecated Value Members

  1. def toBits(implicit compileOptions: CompileOptions): UInt

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version chisel3) Best alternative, .asUInt()

Inherited from Bundle

Inherited from Record

Inherited from Aggregate

Inherited from Data

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped