Packages

c

hardfloat

RoundAnyRawFNToRecFN

class RoundAnyRawFNToRecFN extends Module

Linear Supertypes
CompatibilityModule, LegacyModule, MultiIOModule, RawModule, BaseModule, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RoundAnyRawFNToRecFN
  2. CompatibilityModule
  3. LegacyModule
  4. MultiIOModule
  5. RawModule
  6. BaseModule
  7. HasId
  8. InstanceId
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RoundAnyRawFNToRecFN(inExpWidth: Int, inSigWidth: Int, outExpWidth: Int, outSigWidth: Int, options: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def IO[T <: Data](iodef: T): T
    Attributes
    protected
    Definition Classes
    BaseModule
  5. def _bindIoInPlace(iodef: Data): Unit
    Attributes
    protected
    Definition Classes
    BaseModule
  6. var _closed: Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  7. def _compatAutoWrapPorts(): Unit
    Definition Classes
    CompatibilityModule → BaseModule
  8. def _compatIoPortBound(): Boolean
    Attributes
    protected
    Definition Classes
    LegacyModule
  9. val adjustedSig: UInt
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def circuitName: String
    Attributes
    protected
    Definition Classes
    HasId
  12. val clock: Clock
    Definition Classes
    MultiIOModule
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. val commonCase: Bool
  15. val common_expOut: UInt
  16. val common_fractOut: UInt
  17. val common_inexact: Bool
  18. val common_overflow: Bool
  19. val common_totalUnderflow: Bool
  20. val common_underflow: Bool
  21. val compileOptions: CompileOptions
    Definition Classes
    RawModule
  22. def desiredName: String
    Definition Classes
    BaseModule
  23. val doShiftSigDown1: Bool
  24. val effectiveInSigWidth: Int
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(that: Any): Boolean
    Definition Classes
    HasId → AnyRef → Any
  27. val expOut: UInt
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. val fractOut: UInt
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def getCommands: Seq[Command]
    Attributes
    protected
    Definition Classes
    RawModule
  32. def getIds: Seq[HasId]
    Attributes
    protected
    Definition Classes
    BaseModule
  33. def getModulePorts: Seq[Data]
    Attributes
    protected[chisel3]
    Definition Classes
    BaseModule
  34. lazy val getPorts: Seq[Port]
    Definition Classes
    RawModule
  35. def hashCode(): Int
    Definition Classes
    HasId → AnyRef → Any
  36. val inexact: Bool
  37. def instanceName: String
    Definition Classes
    BaseModule → HasId → InstanceId
  38. val io: Bundle { ... /* 7 definitions in type refinement */ }
    Definition Classes
    RoundAnyRawFNToRecFN → LegacyModule
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val isNaNOut: Bool
  41. final lazy val name: String
    Definition Classes
    BaseModule
  42. def nameIds(rootClass: Class[_]): HashMap[HasId, String]
    Attributes
    protected
    Definition Classes
    BaseModule
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. val neverOverflows: Boolean
  45. val neverUnderflows: Boolean
  46. val notNaN_isInfOut: Bool
  47. val notNaN_isSpecialInfOut: Bool
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. val outInfExp: BigInt
  51. val outMaxFiniteExp: BigInt
  52. val outMinNonzeroExp: BigInt
  53. val outMinNormExp: BigInt
  54. val outNaNExp: BigInt
  55. val overflow: Bool
  56. val overflow_roundMagUp: Bool
  57. var override_clock: Option[Clock]
    Attributes
    protected
    Definition Classes
    LegacyModule
  58. var override_reset: Option[Bool]
    Attributes
    protected
    Definition Classes
    LegacyModule
  59. def parentModName: String
    Definition Classes
    HasId → InstanceId
  60. def parentPathName: String
    Definition Classes
    HasId → InstanceId
  61. def pathName: String
    Definition Classes
    HasId → InstanceId
  62. val pegMaxFiniteMagOut: Bool
  63. val pegMinNonzeroMagOut: Bool
  64. def portsContains(elem: Data): Boolean
    Attributes
    protected
    Definition Classes
    BaseModule
  65. def portsSize: Int
    Attributes
    protected
    Definition Classes
    BaseModule
  66. val reset: Reset
    Definition Classes
    MultiIOModule
  67. val roundMagUp: Bool
  68. val roundingMode_max: Bool
  69. val roundingMode_min: Bool
  70. val roundingMode_minMag: Bool
  71. val roundingMode_near_even: Bool
  72. val roundingMode_near_maxMag: Bool
  73. val roundingMode_odd: Bool
  74. val sAdjustedExp: SInt
  75. val sigMSBitAlwaysZero: Boolean
  76. val signOut: Bool
  77. def suggestName(name: ⇒ String): RoundAnyRawFNToRecFN.this.type
    Definition Classes
    HasId
  78. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  79. final def toAbsoluteTarget: IsModule
    Definition Classes
    BaseModule → InstanceId
  80. def toString(): String
    Definition Classes
    AnyRef → Any
  81. final def toTarget: ModuleTarget
    Definition Classes
    BaseModule → InstanceId
  82. val underflow: Bool
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. final def toNamed: ModuleName
    Definition Classes
    BaseModule → InstanceId
    Annotations
    @deprecated
    Deprecated

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

Inherited from CompatibilityModule

Inherited from LegacyModule

Inherited from MultiIOModule

Inherited from RawModule

Inherited from BaseModule

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped