[USRP-users] X410 and RFNoC Clock Domains

2023-02-08 Thread Brian Padalino
I am trying to figure out the right way to use the clocks in RFNoC and the clock domains. Referencing here: https://kb.ettus.com/Getting_Started_with_RFNoC_in_UHD_4.0#Example:_Adding_an_FFT_Block The tutorial says the X3XX has a `ce` clock of 214. 286 MHz, a `rfnoc_chdr` clock of 200 MHz, and t

[USRP-users] Re: MATLAB support for N320?

2023-02-08 Thread Kevin Williams
I am very active in developing firmware using Simulink and HDL Coder for this. So far I wrap the Ettus noc shell as a black box and design my dsp firmware around that. It is fairly straightforward. The Ettus testbenches are happy, but now just struggling with makefile issues for the main usrp i

[USRP-users] Re: MATLAB support for N320?

2023-02-08 Thread Marcus D. Leech
On 08/02/2023 11:12, Melissa Lind wrote: I needed to do some 5G work with MATLAB's 5G Toolbox, and was wondering if someone could clarify: https://www.mathworks.com/hardware-support/usrp.html claims: N300 series from Ettus Research LLC https://www.mathworks.com/hardware-support/ni-usrp-radios.

[USRP-users] MATLAB support for N320?

2023-02-08 Thread Melissa Lind
I needed to do some 5G work with MATLAB's 5G Toolbox, and was wondering if someone could clarify: https://www.mathworks.com/hardware-support/usrp.html claims: N300 series from Ettus Research LLC https://www.mathworks.com/hardware-support/ni-usrp-radios.html claims: seems to have a picture of an N

[USRP-users] Re: Module not found when creating OOT module

2023-02-08 Thread jmaloyan
I am currently trying to trace through the makefiles to see what is wrong, but it seems it can not find any sources unless explicitly told. I could go through the process of manually including every file needed, however, I feel like this would be inefficient in the long run, so I am still trying

[USRP-users] Re: Module not found when creating OOT module

2023-02-08 Thread Wade Fife
My initial guess was that the module in rfnoc_block_trigger.v wasn't named rfnoc_block_trigger. Vivado says it found the file "rfnoc_block_trigger.v" but not the module named "rfnoc_block_trigger". Or perhaps there was something else wrong with the module that caused it to not compile? But then I d