[USRP-users] Re: Using 10GbE to stream receiver data to remote FPGA

2024-10-07 Thread steve . wakelam
THanks all, this gives me a way to start I think. ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Re: Using 10GbE to stream receiver data to remote FPGA

2024-10-07 Thread Martin Braun
Hey Steve, the manual page that Marcus linked to is the right place to look. There's also the example "remote_rx.py" that shows how to do this with a MultiUSRP API. Maybe this recipe helps you: 1. Write your RFNoC application as if you were streaming to the UHD host (i.e., a standard RFNoC RX str

[USRP-users] Re: Using 10GbE to stream receiver data to remote FPGA

2024-10-05 Thread Marcus D. Leech
On 05/10/2024 15:54, steve.wake...@roke.co.uk wrote: Thanks, I am struggling to see how this would connect to the RFNOC block. Are there any examples as to how the RFNOC block is architected to allow a remote streamer? Thanks ___ USRP-users maili

[USRP-users] Re: Using 10GbE to stream receiver data to remote FPGA

2024-10-05 Thread steve . wakelam
Thanks, I am struggling to see how this would connect to the RFNOC block. Are there any examples as to how the RFNOC block is architected to allow a remote streamer? Thanks ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send a

[USRP-users] Re: Using 10GbE to stream receiver data to remote FPGA

2024-10-05 Thread Marcus D. Leech
On 05/10/2024 13:51, steve.wake...@roke.co.uk wrote: We have a system in RFNOC that receives data at 100MSps. We want to stream this to a remote FPGA card over the 10GbE. Is this possible, and if so do we need to create our own RFNOC block to do this or can we use UHD libraries in some way?