Class/Object

dsptools.numbers

DspReal

Related Docs: object DspReal | package numbers

Permalink

class DspReal extends Bundle

Linear Supertypes
Bundle, Record, Aggregate, Data, NamedComponent, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DspReal
  2. Bundle
  3. Record
  4. Aggregate
  5. Data
  6. NamedComponent
  7. HasId
  8. InstanceId
  9. AnyRef
  10. 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 circuitName: String

    Permalink
    Attributes
    protected
    Definition Classes
    HasId
  30. def className: String

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

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

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

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

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

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

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

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

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

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

    Permalink
  41. def finalize(): Unit

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

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

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

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

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

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

    Permalink
  48. def ignoreSeq: Boolean

    Permalink
    Definition Classes
    Bundle
  49. def instanceName: String

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

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

    Permalink
    Definition Classes
    Data
  52. final def isWidthKnown: Boolean

    Permalink
    Definition Classes
    Data
  53. val lit: Option[BigInt]

    Permalink
  54. def litArg(): Option[LitArg]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  59. val node: UInt

    Permalink
  60. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  62. def parentModName: String

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

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

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

    Permalink
  66. def round(): DspReal

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

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

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

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

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

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

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

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

    Permalink

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

  75. final def toNamed: ComponentName

    Permalink
    Definition Classes
    NamedComponent → InstanceId
  76. def toPrintable: Printable

    Permalink
    Definition Classes
    Bundle → Record → Data
  77. 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.

  78. def toString(): String

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

    Permalink
  80. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. 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 NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped