[USRP-users] RFNOC 4 equivalent of clear_tx_seqnum

2024-12-19 Thread steve . wakelam
Hi In our RFNOC3 system we used clear_tx_seqnum to clear the input FIFOs of our system when the application started. However I believe it was for AXI_Wrapper and this was a useful side-effect? What can we do in RFNOC4 to achieve the same functionality? Thanks __

[USRP-users] Re: Ettus X310 - Streaming Data TO the SDR

2024-12-08 Thread steve . wakelam
Thanks will give those a look ___ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com

[USRP-users] Ettus X310 - Streaming Data TO the SDR

2024-12-05 Thread steve . wakelam
Hi We can stream data from the Ettus by following the user guides. However there does not appear documentation on streaming data TO the Ettus. Firstly is this possible and should we follow the guide for streaming from but change it to a tx_streamer? Thanks

[USRP-users] Migrating a Design from 3.0 to 4.0

2024-10-12 Thread steve . wakelam
Hi I am migrating a fairly complicated design over to RFNOC4.0 I am carefully comparing the design I have with a smple 4.0 deesign. Obviously there are big differences between around the AXI_WRAPPER and NOC SHELL. We currently in 3.0 have pipeline FIFOs that go between the NOC_SHELL and our

[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-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] Using 10GbE to stream receiver data to remote FPGA

2024-10-05 Thread steve . wakelam
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? Tha nks. _