cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: Testbench for the Content-Addressable Memory (CAM). More...
#include "test_toecam.hpp"
Go to the source code of this file.
Macros | |
#define | THIS_NAME "TB" |
#define | TRACE_OFF 0x0000 |
#define | TRACE_TOE 1 << 1 |
#define | TRACE_ALL 0xFFFF |
#define | DEBUG_LEVEL (TRACE_OFF) |
Functions | |
void | stepSim () |
Increment the simulation counter. More... | |
void | pTOE (int &nrErr, stream< CamSessionLookupRequest > &soCAM_SssLkpReq, stream< CamSessionLookupReply > &siCAM_SssLkpRep, stream< CamSessionUpdateRequest > &soCAM_SssUpdReq, stream< CamSessionUpdateReply > &siCAM_SssUpdRep) |
Emulate the behavior of the TCP Offload Engine (TOE). More... | |
int | main (int argc, char *argv[]) |
Main function. More... | |
: Testbench for the Content-Addressable Memory (CAM).
: Testbench for the Content-Addressable Memory (CAM) of TOE.
System: : cloudFPGA Component : Shell, Network Transport Stack (NTS) Language : Vivado HLS
Definition in file test_toecam.cpp.