FixedPoint

package FixedPoint

Visibility
  1. Public
  2. All

Type Members

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

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

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

Value Members

  1. object SFix

  2. object UFix

Ungrouped