cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
The Role for a Memtest Example application (UDP or TCP) More...
#include "../include/memtest.hpp"
#include "../include/memtest_processing.hpp"
#include "../include/memtest_pattern_library.hpp"
#include "../include/memtest_library.hpp"
#include "../../../../../HOST/custom/memtest/languages/cplusplus/include/config.h"
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... | |
The Role for a Memtest Example application (UDP or TCP)
This application implements a UDP/TCP-oriented Memory test function. Mainly structural component (like a hw top)
Definition in file memtest.cpp.