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 _cloneTypeImpl: Bundle

    Permalink
    Attributes
    protected
    Definition Classes
    Bundle
  17. def _usingPlugin: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Bundle
  18. def abs(): DspReal

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

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

    Permalink
  21. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
  29. def autoSeed(name: String): DspReal.this.type

    Permalink
    Definition Classes
    Data → HasId
  30. def binding: Option[Binding]

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

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

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

    Permalink
  34. def circuitName: String

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

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

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

    Permalink
    Definition Classes
    Bundle → Data
  38. def computeName(defaultPrefix: Option[String], defaultSeed: Option[String]): Option[String]

    Permalink
    Definition Classes
    HasId
  39. def cos(dummy: Int = 0): DspReal

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

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

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

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

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

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

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

    Permalink
  47. def floor(dummy: Int = 0): DspReal

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  49. def getElements: Seq[Data]

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

    Permalink
    Definition Classes
    Data
  51. def hasSeed: Boolean

    Permalink
    Definition Classes
    HasId
  52. def hashCode(): Int

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

    Permalink
  54. def ignoreSeq: Boolean

    Permalink
    Definition Classes
    Bundle
  55. def instanceName: String

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

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

    Permalink
    Definition Classes
    Data
  58. final def isWidthKnown: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  65. val node: UInt

    Permalink
  66. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  67. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  68. def parentModName: String

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

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

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

    Permalink
  72. def round(): DspReal

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

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

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

    Permalink
  76. def suggestName(seed: ⇒ String): DspReal.this.type

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

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

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

    Permalink
  80. final def toAbsoluteTarget: ReferenceTarget

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

    Permalink

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

  82. final def toNamed: ComponentName

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

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

  85. def toString(): String

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

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

    Permalink
  88. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

    Permalink
    Definition Classes
    Data

Deprecated Value Members

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

  2. def litArg(): Option[LitArg]

    Permalink
    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

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

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