FLAMES 0.1.0
Matrix-Empowered HLS Library
Loading...
Searching...
No Matches
type.hpp File Reference
#include <ap_fixed.h>
#include <type_traits>
Include dependency graph for type.hpp:
This graph shows which files directly or indirectly include this file:

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>