|
FLAMES 0.1.0
Matrix-Empowered HLS Library
|
#include <ap_fixed.h>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | flames |
| Namespace for the FLAMES library. | |
Typedefs | |
| template<int I, int D> | |
| using | flames::FxP_s = ap_fixed<I + D + 1, I> |
| template<int I, int D> | |
| using | flames::FxP = FxP_s<I, D> |
| template<int I, int D> | |
| using | flames::FxP_u = ap_ufixed<I + D, I> |