cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
config.h File Reference

The configuration of a Uppercase Example application (UDP or TCP) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CEIL(a, b)   (((a) + (b-1)) / (b))
 
#define PACK_SIZE   1024
 
#define BUF_LEN   65540
 
#define TB_SIM_CFP_VITIS
 
#define NET_TYPE   udp
 
#define tcp   0
 
#define udp   1
 

Detailed Description

The configuration of a Uppercase Example application (UDP or TCP)

Author
FAB, WEI, NGL, DID

@date June 2020

This file contains definitios used both in HLS and host code of cFp Vitis Uppercase application example.


Definition in file config.h.