cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
config.h
Go to the documentation of this file.
1 
18 //------------------------------------ USEFUL MACROS --------------------------------------------
19 
21 #define CEIL(a, b) (((a) + (b-1)) / (b))
22 
23 
24 
25 //-------------------------------- USER DEFINED OPTIONS ------------------------------------------
26 
29 #define PACK_SIZE 1024
30 
32 #define BUF_LEN 65540
33 
34 /* For HOST TB uncomment this. For normal host execution keep it commented */
35  #define TB_SIM_CFP_VITIS
36 
38 #define NET_TYPE udp
39 
40 //---------------------------- AUTOMATICALLY DEFINED OPTIONS -------------------------------------
41 
42 
43 #define tcp 0
44 #define udp 1
45