Package

FixedPoint

Permalink

package FixedPoint

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Fix[B <: Bits with Num[B], T <: Fix[B, T]] extends Bundle

    Permalink
  2. class UFix extends Fix[UInt, UFix] with Num[UFix]

    Permalink

    An unsigned Fixed point representation Consider using Fixed instead

  3. class SFix extends Fix[SInt, SFix] with Num[SFix]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3) Use Fixed instead

Value Members

  1. object UFix

    Permalink

    An unsigned Fixed point representation Consider using Fixed instead

Deprecated Value Members

  1. object SFix

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 3) Use Fixed instead

Ungrouped