cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
rlb.cpp File Reference

: Ready Logic Barrier (RLB) More...

#include "rlb.hpp"
Include dependency graph for rlb.cpp:

Go to the source code of this file.

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
 

Detailed Description

: Ready Logic Barrier (RLB)

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

Definition in file rlb.cpp.