cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: UDP Shell Interface (USIF). More...
#include <hls_stream.h>
#include "ap_int.h"
#include "../../../../cFDK/SRA/LIB/SHELL/LIB/hls/NTS/nts.hpp"
#include "../../../../cFDK/SRA/LIB/SHELL/LIB/hls/NTS/nts_utils.hpp"
Go to the source code of this file.
Macros | |
#define | RECV_MODE_LSN_PORT 8800 |
#define | XMIT_MODE_LSN_PORT 8801 |
#define | ECHO_MOD2_LSN_PORT 8802 |
#define | ECHO_MODE_LSN_PORT 8803 |
#define | IPERF_LSN_PORT 5001 |
#define | IPREF3_LSN_PORT 5201 |
#define | GEN_CHK0 0x48692066726f6d20 |
#define | GEN_CHK1 0x464d4b553630210a |
Functions | |
void | udp_shell_if (CmdBit *piSHL_Mmio_En, stream< UdpPort > &soSHL_LsnReq, stream< StsBool > &siSHL_LsnRep, stream< UdpPort > &soSHL_ClsReq, stream< StsBool > &siSHL_ClsRep, stream< UdpAppData > &siSHL_Data, stream< UdpAppMeta > &siSHL_Meta, stream< UdpAppDLen > &siSHL_DLen, stream< UdpAppData > &soSHL_Data, stream< UdpAppMeta > &soSHL_Meta, stream< UdpAppDLen > &soSHL_DLen, stream< UdpAppData > &siUAF_Data, stream< UdpAppMeta > &siUAF_Meta, stream< UdpAppDLen > &siUAF_DLen, stream< UdpAppData > &soUAF_Data, stream< UdpAppMeta > &soUAF_Meta, stream< UdpAppDLen > &soUAF_DLen) |
Main process of the UDP Shell Interface (USIF). More... | |
: UDP Shell Interface (USIF).
System: : cloudFPGA Component : cFp_HelloKale/ROLE Language : Vivado HLS
Definition in file udp_shell_if.hpp.