Re: [USRP-users] noc_block_null_source_sink module

2018-08-01 Thread Jon Pendlum via USRP-users
You cannot have a block with 0 inputs or 0 outputs from the HDL perspective. You will always have at least 1 input and 1 output. You can tie off the unused input or output though. Also, in your GRC XML, you can choose not to declare the output or input. Check out uhd_rfnoc_siggen.xml, which works j

[USRP-users] what would be considered an RFNoC loopback?

2018-08-01 Thread Jason Matusiak via USRP-users
I am still having trouble with my OOT block when I add a second radio in the loop. A reminder of what I am doing. Just to test my 2-in, 2-out RFNoC block, I am swapping the inputs to the outputs (so input 0 goes to output 1). When I have: Radio->DDC->MyBlockIn.0 --- MyBlockOut.1->vecToStream

[USRP-users] Product Announcement: The USRP N300 Delivers Reliability to Deployed Software Defined Radios

2018-08-01 Thread Wan Liu via USRP-users
Ettus Research, a National Instruments brand, is proud to announce the USRP N300 Software Defined Radio (SDR) device. The USRP N300 is the lower cost variant of the USRP N310. Likewise, this SDR delivers reliability and fault tolerance for deployment and gives you the unique capability to remotely

[USRP-users] About CHDR packet size

2018-08-01 Thread Leandro Echevarría via USRP-users
Hey everybody, I'll somehow repeat a question I asked here a couple of months ago, to see again if I can get some guiding. Hope you understand: The CHDR packet length field in the CHDR header is 16 bits (i.e. 65536 bytes theoretical max length), but by doing Wireshark captures and playing with th

[USRP-users] Custom OOT RFNOC modules no longer simulating or running on E310 after upgrade to latest UHD

2018-08-01 Thread Andrew Danowitz via USRP-users
I recently upgraded to the newest versions of the development tools (fresh pybombs installs of recipes rfnoc-e3xx for cross-compiling, and rfnoc for local test and development). Since that time, all of my previously functioning custom RFNOC blocks now hang in simulation on Vivado (they hang at the

Re: [USRP-users] About CHDR packet size

2018-08-01 Thread Nick Foster via USRP-users
That's the MTU of your network interface limiting the CHDR packet size. Can't break up CHDR packets over multiple network packets. Nick On Wed, Aug 1, 2018 at 11:25 AM Leandro Echevarría via USRP-users < usrp-users@lists.ettus.com> wrote: > Hey everybody, > > I'll somehow repeat a question I ask

Re: [USRP-users] Custom OOT RFNOC modules no longer simulating or running on E310 after upgrade to latest UHD

2018-08-01 Thread Brian Padalino via USRP-users
On Wed, Aug 1, 2018 at 3:10 PM Andrew Danowitz via USRP-users < usrp-users@lists.ettus.com> wrote: > I recently upgraded to the newest versions of the development tools (fresh > pybombs installs of recipes rfnoc-e3xx for cross-compiling, and rfnoc for > local test and development). Since that time

Re: [USRP-users] About CHDR packet size

2018-08-01 Thread Brian Padalino via USRP-users
On Wed, Aug 1, 2018 at 3:59 PM Nick Foster via USRP-users < usrp-users@lists.ettus.com> wrote: > That's the MTU of your network interface limiting the CHDR packet size. > Can't break up CHDR packets over multiple network packets. > Is the last statement that CHDR can't break over multiple network

[USRP-users] Timeout with uhd_image_loader and n310

2018-08-01 Thread Rob Kossler via USRP-users
I am using the latest master UHD and the latest N310 SD card image and I am getting the following error when I run uhd_image_loader. Despite the error message, the operation seems to succeed with loading the new image. This same error occurred on 3 systems (each with host PC & N310). Rob $ uhd_i

Re: [USRP-users] About CHDR packet size

2018-08-01 Thread Leandro Echevarría via USRP-users
Hello Nick, That's the spirit of my question: why couldn't you break up a CHDR packet over multiple Ethernet frames? I understand it is common for Ethernet to break up an IP packet (which would also have a 16-bits field for packet size in its header) into fragments, but limiting the size of the CH

Re: [USRP-users] About CHDR packet size

2018-08-01 Thread Marcus D. Leech via USRP-users
On 08/01/2018 02:24 PM, Leandro Echevarría via USRP-users wrote: Hey everybody, I'll somehow repeat a question I asked here a couple of months ago, to see again if I can get some guiding. Hope you understand: The CHDR packet length field in the CHDR header is 16 bits (i.e. 65536 bytes theore

Re: [USRP-users] About CHDR packet size

2018-08-01 Thread Leandro Echevarría via USRP-users
Ian, Thank you so much for taking the time to write such a detailed answer. And thanks everyone who pitched in too. It's clear now. Best regards, Leo. On Wed, Aug 1, 2018 at 8:22 PM Ian Buckley wrote: > Leo, > Ethernet does not fragment IP packets. There is a 1:1 relationship between > ethern