FixedPoint

package FixedPoint

Visibility
  1. Public
  2. All

Type Members

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

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

    An unsigned Fixed point representation Consider using Fixed instead

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

    Annotations
    @deprecated
    Deprecated

    (Since version 3) Use Fixed instead

Value Members

  1. object UFix

    An unsigned Fixed point representation Consider using Fixed instead

Deprecated Value Members

  1. object SFix

    Annotations
    @deprecated
    Deprecated

    (Since version 3) Use Fixed instead

Ungrouped