cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: Testbench for ACK delayer (AKd) function of TOE. More...
#include "test_ack_delay.hpp"
Go to the source code of this file.
Macros | |
#define | THIS_NAME "TB" |
#define | TRACE_OFF 0x0000 |
#define | TRACE_RCV 1 << 1 |
#define | TRACE_SND 1 << 2 |
#define | TRACE_ALL 0xFFFF |
#define | DEBUG_LEVEL (TRACE_OFF) |
Functions | |
void | stepSim () |
Increment the simulation counter. More... | |
int | main (int argc, char *argv[]) |
Main (does use any param). More... | |
: Testbench for ACK delayer (AKd) function of TOE.
System: : cloudFPGA Component : Shell, Network Transport Stack, TCP Offload Engine (TOE) Language : Vivado HLS
Definition in file test_ack_delay.cpp.