#define K 8 typedef ap_int<16> dtype_dat; typedef ap_int<16*K> dtype_bus; typedef struct { dtype_bus data; bool last; }dtype_stream;