cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test_uoe.hpp File Reference

: Testbench for the UDP Offload Engine (UOE). More...

Include dependency graph for test_uoe.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TB_MAX_SIM_CYCLES   250000
 
#define TB_STARTUP_DELAY   0
 
#define TB_GRACE_TIME   1000
 

Enumerations

enum  TestMode {
  RX_MODE ='0' , TX_DGRM_MODE ='1' , TX_STRM_MODE ='2' , OPEN_MODE ='3' ,
  BIDIR_MODE ='4' , ECHO_MODE ='5' , SPARE_MODE ='6' , DROP_MODE ='7'
}
 

Variables

bool gTraceEvent = false
 
bool gFatalError = false
 
unsigned int gSimCycCnt = 0
 
unsigned int gMaxSimCycles = 0 + 250000
 

Detailed Description

: Testbench for the UDP Offload Engine (UOE).

System: : cloudFPGA Component : Shell, Network Transport Stack (NTS) Language : Vivado HLS

Definition in file test_uoe.hpp.