Class/Object

dsptools.numbers

DspReal

Related Docs: object DspReal | package numbers

Permalink

class DspReal extends Bundle

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

    Permalink
    Attributes
    protected[chisel3]
    Definition Classes
    Data
  28. def bindingToString: String

    Permalink
    Attributes
    protected
    Definition Classes
    Data
  29. def binding_=(target: Binding): Unit

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

    Permalink
  31. def circuitName: String

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  43. def finalize(): Unit

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

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

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

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

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

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

    Permalink
  50. def ignoreSeq: Boolean

    Permalink
    Definition Classes
    Bundle
  51. def instanceName: String

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

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

    Permalink
    Definition Classes
    Data
  54. final def isWidthKnown: Boolean

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

    Permalink
  56. def litOption(): Option[BigInt]

    Permalink
    Definition Classes
    Aggregate → Data
  57. def litValue(): BigInt

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

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

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

    Permalink
    Definition Classes
    AnyRef
  61. val node: UInt

    Permalink
  62. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  64. def parentModName: String

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

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

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

    Permalink
  68. def round(): DspReal

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

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

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

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

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

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

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

    Permalink
  76. final def toAbsoluteTarget: ReferenceTarget

    Permalink
    Definition Classes
    NamedComponent → InstanceId
  77. def toDoubleBits(dummy: Int = 0): UInt

    Permalink

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

  78. def toPrintable: Printable

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

  80. def toString(): String

    Permalink
    Definition Classes
    Record → AnyRef → Any
  81. final def toTarget: ReferenceTarget

    Permalink
    Definition Classes
    NamedComponent → InstanceId
  82. def truncate(): DspReal

    Permalink
  83. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Data

Deprecated Value Members

  1. def litArg(): Option[LitArg]

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) litArg is deprecated, use litOption or litTo*Option

  2. final def toNamed: ComponentName

    Permalink
    Definition Classes
    NamedComponent → InstanceId
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) toNamed API is deprecated -- use toTarget instead

Inherited from Bundle

Inherited from Record

Inherited from Aggregate

Inherited from Data

Inherited from SourceInfoDoc

Inherited from NamedComponent

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped