|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Ready Logic Barrier (RLB) for the Network Transport Stack (NTS). More...
Modules | |
| RLB_TEST | |
| Testbench for the Ready Logic Barrier (RLB) for the Network Transport Stack (NTS). | |
Files | |
| file | test_uoe.cpp |
| : Testbench for the UDP Offload Engine (UOE). | |
| file | test_rlb.hpp |
| : Testbench for the UDP Offload Engine (UOE). | |
Macros | |
| #define | THIS_NAME "RLB" |
| #define | TRACE_OFF 0x0000 |
| #define | TRACE_TODO 1 << 1 |
| #define | TRACE_ALL 0xFFFF |
| #define | DEBUG_LEVEL (TRACE_OFF) |
Functions | |
| void | rlb (StsBit *poMMIO_Ready, stream< StsBool > &siUOE_Ready, stream< StsBool > &siTOE_Ready) |
| Main process of the Ready Logic Barrier (RLB). More... | |
Variables | |
| bool | gTraceEvent |
Ready Logic Barrier (RLB) for the Network Transport Stack (NTS).
| void rlb | ( | StsBit * | poMMIO_Ready, |
| stream< StsBool > & | siUOE_Ready, | ||
| stream< StsBool > & | siTOE_Ready | ||
| ) |
Main process of the Ready Logic Barrier (RLB).
– MMIO Interface
| [out] | poMMIO_Ready | Ready signal to [SHELL/MMIO]. – UOE / Ready Data Stream |
| [in] | siUOE_Ready | Ready data stream from UdpOffloadEngine (UOE). – TOE / Ready Data Stream |
| [in] | siTOE_Ready | Ready data stream from TcpOffloadEngine (TOE). |
ENTITY - READY LOGIC BARRIER (RLB)
Definition at line 62 of file rlb.cpp.
|
extern |
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (TRACE_MPd | TRACE_IBUF)
HELPERS FOR THE DEBUGGING TRACES .e.g: DEBUG_LEVEL = (MDL_TRACE | IPS_TRACE)
Definition at line 151 of file tb_nal.cpp.