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

: Top level with I/O ports for TCP Shell Interface (TSIF) More...

Include dependency graph for tcp_shell_if_top.cpp:

Go to the source code of this file.

Functions

void tcp_shell_if_top (CmdBit *piSHL_Mmio_En, stream< TcpAppData > &siTAF_Data, stream< TcpSessId > &siTAF_SessId, stream< TcpDatLen > &siTAF_DatLen, stream< TcpAppData > &soTAF_Data, stream< TcpSessId > &soTAF_SessId, stream< TcpDatLen > &soTAF_DatLen, stream< TcpAppNotif > &siSHL_Notif, stream< TcpAppRdReq > &soSHL_DReq, stream< TcpAppData > &siSHL_Data, stream< TcpAppMeta > &siSHL_Meta, stream< TcpAppLsnReq > &soSHL_LsnReq, stream< TcpAppLsnRep > &siSHL_LsnRep, stream< TcpAppData > &soSHL_Data, stream< TcpAppSndReq > &soSHL_SndReq, stream< TcpAppSndRep > &siSHL_SndRep, stream< TcpAppOpnReq > &soSHL_OpnReq, stream< TcpAppOpnRep > &siSHL_OpnRep, stream< TcpAppClsReq > &soSHL_ClsReq, stream< ap_uint< 32 > > &soDBG_SinkCnt, stream< ap_uint< 16 > > &soDBG_InpBufSpace)
 Top of TCP Shell Interface (TSIF) More...
 

Detailed Description

: Top level with I/O ports for TCP Shell Interface (TSIF)

System: : cloudFPGA Component : cFp_HelloKale / ROLE Language : Vivado HLS


This toplevel implements support for the interface synthesis process in which arguments and parameters of the core function are synthesized into RTL ports. The type of interfaces that are created by interface synthesis are directed by the pragma 'HLS INTERFACE'.

Definition in file tcp_shell_if_top.cpp.