[USRP-users] Multi-process DPDK support in UHD

2023-12-05 Thread Aerman TUERXUN
Hi all, I have a problem using multi USRPs with multi-processes. I need to use two USRPs connected to a single host, and there are two applications that invoke two USRP with DPDK enabled. The first application successfully started, however when I ran the second one, it gave me the following error

[USRP-users] Parallel streamers on two 10G ports using X410

2023-09-10 Thread . AERMAN TUERXUN
Hi USRP users, I am using USRP x410 with two 10G ports. And I am wondering is there any way to configure RFNoC streamer so that we can use two ports for streaming parallel? For example, if there are two RFNoC blocks in X410 and two streamer that can stream data to those two blocks in parallel, h

[USRP-users] How to stream large data packet using X410

2023-08-23 Thread . AERMAN TUERXUN
Hi all, I am currently using USRP X410 with 10G sfp+ cable. I need to stream large data packet at once to my custom RFNoC block, larger than MTU. Is there any way to stream large packet? Now I am just using streamer.send() method to send the data in buffer. But after several times of sending and

[USRP-users] USRP X410 and PCIe connection

2023-08-21 Thread . AERMAN TUERXUN
Hi USRP user, I am using USRP x410, and wondering is there possible to use PCIe for streaming data instead of sfp+? If possible, is there anyone know how to connect device to the host and what should be the “args” for USRP? Best regards. ___ USRP-user

[USRP-users] Streaming Timeout after two continuous send and receives.

2023-08-10 Thread . AERMAN TUERXUN
Hi USRP user, I am using USRP X410 with UHD-4.2. I have my own costume rfnoc bitstream. When I test different data for sending and receiving, I have an error of streaming timeout. When I try small size of data, it works fine. But when I try with large size, like over 1 bytes, it cause the st

[USRP-users] Re: Building Bitstream for USRP X410

2023-07-24 Thread Aerman TUERXUN
rent revision in the IP Catalog. > > If the version of the IP that's included in your Vivado installation > doesn't match the version of the IP that the UHD repo uses then Vivado will > "lock" the IP, causing the build to fail. > > Thanks, > > Wade > >

[USRP-users] Building Bitstream for USRP X410

2023-07-22 Thread Aerman TUERXUN
Hi USRP users, I am trying to build a gain block on USRP X410. When I tried to build bitstream for X410_XG_100, I got the following errors. Seems some IP is locked for USRP X410. Does that mean I need to purchase the IPs for building bitstream? It's odd to me that we still need to buy specific IPs

[USRP-users] How to generate 128 bits CHDR packet and control the metadata?

2023-05-31 Thread . AERMAN TUERXUN
Hi usrp users, I am trying to build a RFNoC block and because of the IP constraints I need to set the CHDR packet to 128 bits width. I know CHDR support up to 512 bits width, but is there any way to set this? Like UHD API or any other way? Seems like if we does not set up anything, rfnoc will c

[USRP-users] Re: No module named 'uhd'

2023-02-28 Thread AERMAN TUERXUN.
Hi Marcus, Thank you for your help. I set it in the .bashrc file before. I exported it and now it's working. Best regards On Wed, Mar 1, 2023 at 1:06 PM Marcus D. Leech wrote: > On 28/02/2023 23:01, AERMAN TUERXUN. wrote: > > I also checked the uhd installation logs. > Why

[USRP-users] Re: No module named 'uhd'

2023-02-28 Thread AERMAN TUERXUN.
s/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako -- Installing: /usr/local/lib/python3.8/site-packages/uhd/imgbuilder/templates/modules/connect_clk_domains.v.mako -- Installing: /usr/local/lib/python3.8/site-packages/uhd/imgbuilder/image_builder.py On Wed, Mar 1, 2023 at 11:52 AM AERMAN TU

[USRP-users] No module named 'uhd'

2023-02-28 Thread AERMAN TUERXUN.
Hi USRP users, I am currently developing an OOT RFNoC module. When I tried to build a custom image, it gave me errors as below. I checked the python path, and it seems fine. Is there anyone that has any idea of the reason for this? I am using n310 with uhd v4.2.0.0. (I checked with uhd4.0, and did

[USRP-users] Use both RFNoC API and multi_usrp API

2023-02-20 Thread . AERMAN TUERXUN
Hi USRP users, I am developing a RFNoC block. And for some reasons, I need to use both RFNoC API and multi_usrp API in the application. But I am confused whether we can use these two APIs within one application. For example, the application streams data to  RFNoC block  for IQ processing and str

[USRP-users] The design did not satisfy timing constraints.

2022-12-22 Thread AERMAN TUERXUN.
Hi, I am building a custom RFNoC block on USRP X310. When I was trying to build bitstream, after almost two hours processing, it gave me the error as below. Do you have any idea what timing constraints are? Is that because the custom IP is too large for FPGA? Thank you! It started after [01:58:3