cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
tcp_ip.hpp
Go to the documentation of this file.
1 
26 #ifndef TCP_IP_HPP_INCLUDED
27 #define TCP_IP_HPP_INCLUDED
28 
29 #include <stdio.h>
30 #include <iostream>
31 #include <fstream>
32 #include <string>
33 #include <math.h>
34 #include <hls_stream.h>
35 #include "ap_int.h"
36 #include <stdint.h>
37 
38 struct axiWord
39 {
40  ap_uint<64> data;
41  ap_uint<8> keep;
42  ap_uint<1> last;
43 };
44 
45 #endif
ap_uint< 8 > keep
Definition: tcp_ip.hpp:41
ap_uint< 64 > data
Definition: tcp_ip.hpp:40
ap_uint< 1 > last
Definition: tcp_ip.hpp:42