Class

fringe.templates.hardfloat

RecFNToIN

Related Doc: package hardfloat

Permalink

class RecFNToIN extends Module

Linear Supertypes
CompatibilityModule, LegacyModule, ImplicitModule, UserModule, BaseModule, HasId, InstanceId, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RecFNToIN
  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 RecFNToIN(expWidth: Int, sigWidth: Int, intWidth: 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. def IO[T <: Data](iodef: T): iodef.type

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LegacyModule
  8. val alignedSig: UInt

    Permalink
  9. def annotate(annotation: ChiselAnnotation): Unit

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

    Permalink
    Definition Classes
    Any
  11. val clock: Clock

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val common_inexact: Bool

    Permalink
  14. val common_overflow: Bool

    Permalink
  15. val compileOptions: CompileOptions

    Permalink
    Definition Classes
    UserModule
  16. val complUnroundedInt: UInt

    Permalink
  17. def desiredName: String

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

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

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  20. val excOut: UInt

    Permalink
  21. val excSign: Bool

    Permalink
  22. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    HasId → AnyRef → Any
  29. val inexact: Bool

    Permalink
  30. def instanceName: String

    Permalink
    Definition Classes
    BaseModule → HasId → InstanceId
  31. val invalidExc: Bool

    Permalink
  32. val io: Bundle { ... /* 5 definitions in type refinement */ }

    Permalink
    Definition Classes
    RecFNToIN → LegacyModule
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val magGeOne: Bool

    Permalink
  35. val magGeOne_atOverflowEdge: Bool

    Permalink
  36. val magJustBelowOne: Bool

    Permalink
  37. final val name: String

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

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

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  42. val overflow: Bool

    Permalink
  43. var override_clock: Option[Clock]

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModule
  50. val posExp: UInt

    Permalink
  51. val rawIn: RawFloat

    Permalink
  52. val reset: Reset

    Permalink
    Definition Classes
    ImplicitModule
  53. val roundCarryBut2: Bool

    Permalink
  54. val roundIncr: Bool

    Permalink
  55. val roundIncr_near_even: Bool

    Permalink
  56. val roundIncr_near_maxMag: Bool

    Permalink
  57. val roundedInt: UInt

    Permalink
  58. val roundingMode_max: Bool

    Permalink
  59. val roundingMode_min: Bool

    Permalink
  60. val roundingMode_minMag: Bool

    Permalink
  61. val roundingMode_near_even: Bool

    Permalink
  62. val roundingMode_near_maxMag: Bool

    Permalink
  63. val shiftedSig: UInt

    Permalink
  64. def suggestName(name: ⇒ String): RecFNToIN.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. val unroundedInt: UInt

    Permalink
  68. final def wait(): Unit

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

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