|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: Testbench for the UDP Offload Engine (UOE). More...
#include <set>#include "../src/uoe.hpp"#include "../../../NTS/nts_utils.hpp"#include "../../../NTS/SimNtsUtils.hpp"#include "../../../NTS/SimUdpDatagram.hpp"#include "../../../NTS/SimIp4Packet.hpp"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 |
: Testbench for the UDP Offload Engine (UOE).
System: : cloudFPGA Component : Shell, Network Transport Stack (NTS) Language : Vivado HLS
Definition in file test_uoe.hpp.