cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
cfdk.hpp
Go to the documentation of this file.
1 
17 // *
18 // * cloudFPGA
19 // * =============================================
20 // * Created: May 2019
21 // * Authors: FAB, WEI, NGL
22 // *
23 // * Description:
24 // * The current cFDK Version and other version dependent information
25 // *
26 
27 #ifndef _CFDK_HEADER_
28 #define _CFDK_HEADER_
29 
30 #define CFDK_VERSION_STRING "1.0"
31 #define CFDK_VERSION_FLOAT 1.0
32 
33 #endif
34 
35