Re: [USRP-users] RFNoC Radio Issue

2019-11-01 Thread Jonathan Lockhart via USRP-users
Greetings Jason, I will give that a look. Seems like that is a change in the rfnoc block verilog and not the Python, so I can handle that if I find it. I am currently in 3.14.1.0 because that is the os version I am running. If I try 3.15 it errors out on the E312 bc the SD card image is missing n

Re: [USRP-users] questions about uhd-dpdk with n310

2019-11-01 Thread Sam Reiter via USRP-users
Panny Wang, I notice that you're only specifying a single streaming address in your call to benchmark rate, implying that you're only leveraging a single 10GbE link. You can specify "addr0=,addr1=" in your device args. Best, Sam Reiter SDR Applications Engineer Ettus Research On Wed, Oct 30, 20

Re: [USRP-users] RFNoC Radio Issue

2019-11-01 Thread Jason Matusiak via USRP-users
Jonathon, If you look at the more recent commits for UHD, they added in a fix to the split_stream error. Basically you need to change a 1'b1 to a 2'b11 in the noc_shell section (I think that is the section, I can't recall off the top of my head). Try that and rebuild.