cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <nts_utils.hpp>
Public Types | |
enum | |
A synthesizable version of the C++ log2ceil function.
[in] | n | The input value to compute. |
Usage: ap_uint<log2Ceil<N>::val> counter; #define NUM_BITS 8 #define CTRL_BITS LOG2_CEIL<NUM_BITS>::val+1
Definition at line 65 of file nts_utils.hpp.
anonymous enum |
Definition at line 74 of file nts_utils.hpp.