Class

fringe.templates.hardfloat

MulAddRecFNToRaw_postMul

Related Doc: package hardfloat

Permalink

class MulAddRecFNToRaw_postMul extends Module

Linear Supertypes
CompatibilityModule, LegacyModule, ImplicitModule, UserModule, BaseModule, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MulAddRecFNToRaw_postMul
  2. CompatibilityModule
  3. LegacyModule
  4. ImplicitModule
  5. UserModule
  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 MulAddRecFNToRaw_postMul(expWidth: Int, sigWidth: Int)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CDom_absSigSum: UInt

    Permalink
  5. val CDom_absSigSumExtra: Bool

    Permalink
  6. val CDom_mainSig: UInt

    Permalink
  7. val CDom_reduced4SigExtra: Bool

    Permalink
  8. val CDom_sExp: SInt

    Permalink
  9. val CDom_sig: UInt

    Permalink
  10. val CDom_sign: Bool

    Permalink
  11. def IO[T <: Data](iodef: T): iodef.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  12. def _autoWrapPorts(): Unit

    Permalink
    Definition Classes
    CompatibilityModule → BaseModule
  13. var _closed: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  14. def _ioPortBound(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  15. def annotate(annotation: ChiselAnnotation): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. val clock: Clock

    Permalink
    Definition Classes
    ImplicitModule
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. val compileOptions: CompileOptions

    Permalink
    Definition Classes
    UserModule
  20. def desiredName: String

    Permalink
    Definition Classes
    BaseModule
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getCommands: Seq[Command]

    Permalink
    Attributes
    protected
    Definition Classes
    UserModule
  26. def getIds: Seq[HasId]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  27. def getModulePorts: Seq[Data]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  28. lazy val getPorts: Seq[Port]

    Permalink
    Definition Classes
    UserModule
  29. def hashCode(): Int

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  30. def instanceName: String

    Permalink
    Definition Classes
    BaseModule → HasId → InstanceId
  31. val io: Bundle { ... /* 5 definitions in type refinement */ }

    Permalink
    Definition Classes
    MulAddRecFNToRaw_postMul → LegacyModule
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final val name: String

    Permalink
    Definition Classes
    BaseModule
  34. def nameIds(rootClass: Class[_]): HashMap[HasId, String]

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule → BaseModule
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. val notCDom_absSigSum: UInt

    Permalink
  37. val notCDom_completeCancellation: Bool

    Permalink
  38. val notCDom_mainSig: UInt

    Permalink
  39. val notCDom_nearNormDist: UInt

    Permalink
  40. val notCDom_normDistReduced2: UInt

    Permalink
  41. val notCDom_reduced2AbsSigSum: UInt

    Permalink
  42. val notCDom_reduced4SigExtra: Bool

    Permalink
  43. val notCDom_sExp: SInt

    Permalink
  44. val notCDom_sig: UInt

    Permalink
  45. val notCDom_sign: Bool

    Permalink
  46. val notCDom_signSigSum: Bool

    Permalink
  47. val notNaN_addZeros: Bool

    Permalink
  48. val notNaN_isInfOut: Bool

    Permalink
  49. val notNaN_isInfProd: Bool

    Permalink
  50. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  52. val opSignC: Bool

    Permalink
  53. var override_clock: Option[Clock]

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  54. var override_reset: Option[Bool]

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  55. def parentModName: String

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

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

    Permalink
    Definition Classes
    HasId → InstanceId
  58. def portsContains(elem: Data): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  59. def portsSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  60. val reset: Reset

    Permalink
    Definition Classes
    ImplicitModule
  61. val roundingMode_min: Bool

    Permalink
  62. val sigSum: UInt

    Permalink
  63. val sigSumWidth: Int

    Permalink
  64. def suggestName(name: ⇒ String): MulAddRecFNToRaw_postMul.this.type

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

    Permalink
    Definition Classes
    AnyRef
  66. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  67. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CompatibilityModule

Inherited from LegacyModule

Inherited from ImplicitModule

Inherited from UserModule

Inherited from BaseModule

Inherited from HasId

Inherited from InstanceId

Inherited from AnyRef

Inherited from Any

Ungrouped