1#ifndef _FLAMES_TYPE_HPP_
2#define _FLAMES_TYPE_HPP_
10using FxP_s = ap_fixed<I + D + 1, I>;
12template <
int I,
int D>
15template <
int I,
int D>
16using FxP_u = ap_ufixed<I + D, I>;
Namespace for the FLAMES library.
Definition core.hpp:166
ap_fixed< I+D+1, I > FxP_s
Definition type.hpp:10
ap_ufixed< I+D, I > FxP_u
Definition type.hpp:16
FxP_s< I, D > FxP
Definition type.hpp:13