Hi Marcus,
I tried axi_wrapper in both SIMPLE_MODE and advanced. When not in
SIMPLE_MODE, I setup s_axis_data_tuser like this:
wire [63:0] vita_time;
wire has_time;
wire eob;
wire [1:0] pkt_type;
wire [15:0] length_adj;
assign has_time = m_axis_data_tuser[125];
assign eob = m_axi
Sounds like the header might have not been adapted 100% correctly. Check
whether your noc shell has the right fields set.
Cheers,
Marcus
On 10 July 2017 7:03:57 PM GMT+02:00, Jason Matusiak via USRP-users
wrote:
>I am splitting one of my RFNoC blocks into two different ones, and one
>of them