Re: [USRP-users] ERROR_CODE_BAD_PACKET

2017-07-10 Thread Jason Matusiak via USRP-users
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

Re: [USRP-users] ERROR_CODE_BAD_PACKET

2017-07-10 Thread Marcus Müller via USRP-users
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