#include struct axis_t { ap_uint<32> data; ap_int<1> last; }; #define NUM_LINES 20 void DoCompute(axis_t in[NUM_LINES], axis_t out[NUM_LINES]);