Hi there:
Im trying to wrap my head around using RFNoC/UHD4 and the X310. Ive gotten
basic flowgraphs working and I’m building custom images in Vivado. Right now
I’m working on the default XG image.
I would like to send the received samples from one UBX160 to 2 different
physical outputs on the
Hi Paolo - Sounds like you've had some success getting the static build
working under UHD 3.15 for your specific needs. If the details to get this
working are relatively simple then please go ahead and post them here, and
that might be useful for others. If they are somewhat involved then please
ju
Hi Jeff,
I don't have an E320, but I did not experience any space issue using 16GB
cards with either N310 or N321. BTW, I used bmaptool for the writing which
is super fast compared to the other methods.
Rob
On Wed, May 12, 2021 at 12:24 PM Jeffrey P Long wrote:
> I have a E320 that I wanted to u
Hi Paolo,
Ok! I'll check on the E320 device. Thanks again.
Kind Regards,
Maria.
El jue, 13 may 2021 a las 12:12, Maria Muñoz ()
escribió:
> Hi Paolo,
>
> Thanks for the quick answer.
>
> I'm sorry I forgot to say that I'm using USRP E320, but I can apply what
> you explain for the X300. Thanks
The problem was, of course, mine
I had wrong line in my cmake. With libuhd 3.10.3 I had the line
set(MY_STATIC_LIB -Wl,--whole-archive ${UHD_STATIC}
-Wl,--no-whole-archive ${DL_STATIC})
while for libuhd 3.15
set(MY_STATIC_LIB -Wl,--whole-archive ${UHD_STATIC} -Wl,-no-whole-archive)
However I
Hi Maria,
glad to be helpfull, However I have to suggest you to review what I
said, and what I will to say, in a thorough manner because all I know is
due to experiments and study of the code, so it can be simply wrong or
inaccurate.
>From the x300.v file I'm reading (version UHD-3.15) the radio_c
Hi Paolo,
Thanks for the quick answer.
I'm sorry I forgot to say that I'm using USRP E320, but I can apply what
you explain for the X300. Thanks again!
Looking at the X300.v file, I see that there are two other generated
clocks, one called bus_clk which is generated with the same clock reference
Hi Maria,
In your message you do not specify what kind of device you have. What I
am bout to say is referencing to an X310 device.
The theoretical throughput between RFNoc Blocks in this device, if I am
not very much mistaken, should be determined by the ce_clk frequency. If
you look inside x300
Hi all,
I'm trying to size/calculate the throughput between RFNoC blocks from the
FPGA side (not between arm/host pc and RFNoC block, which I think is the
one the interface measure when performing uhd_usrp_probe). Is there a
process or an existing tool to measure this throughput?
Kind Regards,
M