cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
The configuration of a Uppercase Example application (UDP or TCP) More...
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 |
The configuration of a Uppercase Example application (UDP or TCP)
This file contains definitios used both in HLS and host code of cFp Vitis Uppercase application example.
Definition in file config.h.