Re: [USRP-users] RFNoC flowgraph runs right the second time

2018-07-30 Thread Jon Pendlum via USRP-users
m_axis_data_tvalid[1]; > assign s_axis_data_tlast[0] = m_axis_data_tlast[1]; > assign s_axis_data_tdata[31:0] = m_axis_data_tdata[63:32]; > > > > > - Original Message - > Subject: Re: [USRP-users] RFNoC flowgraph runs right the second time > Date: 7/25/18 10:42 am >

Re: [USRP-users] RFNoC flowgraph runs right the second time

2018-07-25 Thread Jason Matusiak via USRP-users
Thanks Martin. I tried that, but it actually seems to be working when I look at the results. I saw you post earlier to someone about changing UHD's logging level. Is this something that can be done via a config file? I looked around, but all I could find was some references to c++ usage. >

Re: [USRP-users] RFNoC flowgraph runs right the second time

2018-07-24 Thread Martin Braun via USRP-users
Jason, this is a tough one. I have no ideas, other than 'throw in a couple of ILAs and see where it's stuck'. -- M On 07/23/2018 12:03 PM, Jason Matusiak via USRP-users wrote: > I have a flowgraph with a custom RFNoC block in the middle.  That block > has 2 inputs and 2 outputs.  Just to get

[USRP-users] RFNoC flowgraph runs right the second time

2018-07-23 Thread Jason Matusiak via USRP-users
I have a flowgraph with a custom RFNoC block in the middle. That block has 2 inputs and 2 outputs. Just to get started and work out the MIMO functionality, all I do is cross the the inputs to the outputs (so input 0 comes out output 1). What I am seeing is that if I run the flowgraph after