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

: Testbench for the Internet Control Message Protocol (ICMP) server. More...

#include "test_icmp.hpp"
Include dependency graph for test_icmp.cpp:

Go to the source code of this file.

Macros

#define THIS_NAME   "TB"
 
#define TRACE_OFF   0x0000
 
#define TRACE_CGF   1 << 1
 
#define TRACE_ALL   0xFFFF
 
#define DEBUG_LEVEL   (TRACE_OFF)
 

Functions

void stepSim ()
 Increment the simulation counter. More...
 
int createGoldenFile (string inpDAT_FileName, string outDAT_GoldName, Ip4Addr myIp4Address)
 Create the golden reference file from an input test file. More...
 
void icmp_top_wrap (Ip4Addr piMMIO_Ip4Address, stream< AxisIp4 > &siIPRX_Data, stream< AxisIp4 > &siIPRX_Derr, stream< AxisIcmp > &siUOE_Data, stream< AxisIp4 > &soIPTX_Data)
 A wrapper for Toplevel of Internet Control Message Protocol (ICMP). More...
 
int main (int argc, char *argv[])
 Main function. More...
 

Detailed Description

: Testbench for the Internet Control Message Protocol (ICMP) server.

System: : cloudFPGA Component : Shell, Network Transport Stack (NTS) Language : Vivado HLS

Definition in file test_icmp.cpp.