cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
: Top level with I/O ports for UDP Shell Interface (USIF) More...
#include "udp_shell_if_top.hpp"
Go to the source code of this file.
Functions | |
void | udp_shell_if_top (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) |
Top of UDP Shell Interface (USIF) More... | |
: Top level with I/O ports for UDP Shell Interface (USIF)
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 udp_shell_if_top.cpp.