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

The Role for a Memtest Example application (UDP or TCP) More...

Include dependency graph for memtest.cpp:

Go to the source code of this file.

Macros

#define Data_t_in   ap_axiu<INPUT_PTR_WIDTH, 0, 0, 0>
 
#define Data_t_out   ap_axiu<OUTPUT_PTR_WIDTH, 0, 0, 0>
 

Functions

void memtest (ap_uint< 32 > *pi_rank, ap_uint< 32 > *pi_size, stream< NetworkWord > &siSHL_This_Data, stream< NetworkWord > &soTHIS_Shl_Data, stream< NetworkMetaStream > &siNrc_meta, stream< NetworkMetaStream > &soNrc_meta, ap_uint< 32 > *po_rx_ports, membus_t *lcl_mem0, membus_t *lcl_mem1)
 Main process of the Memtest Application directives. More...
 

Detailed Description

The Role for a Memtest Example application (UDP or TCP)

Author
FAB, WEI, NGL, DID, DCO

@date September 2021

This application implements a UDP/TCP-oriented Memory test function. Mainly structural component (like a hw top)

Deprecated:
For the time being, we continue designing with the DEPRECATED directives because the new PRAGMAs do not work for us.

Definition in file memtest.cpp.