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

: Testbench for the UDP Shell Interface (USIF). More...

Include dependency graph for test_udp_shell_if.cpp:

Go to the source code of this file.

Macros

#define THIS_NAME   "TB_USIF"
 

Functions

int main (int argc, char *argv[])
 Main function for the test of the UDP Shell Interface (USIF). More...
 

Variables

unsigned int gSimCycCnt
 
unsigned int gMaxSimCycles
 

Detailed Description

: Testbench for the UDP Shell Interface (USIF).

System: : cloudFPGA Component : cFp_HelloKale/ROLE/UdpShellInterface (USIF) Language : Vivado HLS

          +-----------------------+
          |  UdpApplicationFlash  |
          |        (UAF)          |
          +-----/|\------+--------+
                 |       |
                 |       |
          +------+------\|/-------+
          |   UdpShellInterface   |     +--------+
          |       (USIF)          <-----+  MMIO  |
          +-----/|\------+--------+     +--/|\---+
                 |       |                  |
                 |       |                  |
          +------+------\|/-------+         |
          |    UdpOffloadEngine   |         |
          |        (UOE)          +---------+
          +-----------------------+

Definition in file test_udp_shell_if.cpp.