Package: fixed_float_types
- File: fixed_float_types.vhdl
Types
Name | Type | Description |
---|---|---|
fixed_round_style_type | (fixed_round, fixed_truncate) |
|
fixed_overflow_style_type | (fixed_saturate, fixed_wrap) |
|
round_type | (round_nearest, -- Default, nearest LSB '0' round_inf, -- Round toward positive infinity round_neginf, -- Round toward negative infinity round_zero) |
Type used for generics of float_generic_pkg These are the same as the C FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, and FE_TOWARDZERO floating point rounding macros. |