[USRP-users] Prebuilt UHD images for the E310

2018-08-20 Thread Rich Maes via USRP-users
Any idea on who I should ask if it is possible to get the http://files.ettus.com/binaries/images/ directory updated with more recent E310 compiled images? It looks like the last one was March of 2017. Thanks Rich_

[USRP-users] [WARNING] [RFNOC] Can't find a block controller for key FFT, using default block controller!

2018-09-02 Thread Rich Maes via USRP-users
I am running a cross-compiled UHD environment on a E310. I have a couple warning that appear when I am running my uhd_usrp_probe with a custom FPGA image. The image I have created has 2 FFT’s and 2 Windows in it. The warning indicate that the controller blocks cannot be found for the FFT’s.

[USRP-users] Pulling in AXI_FFT into a OOT module and block

2018-09-03 Thread Rich Maes via USRP-users
Is there an example of modifying a out of tree (OOT) module and block to pull in a rfnoc library. Specifically I would like to pull in the AXI_FFT generated code and make my own custom FFT block. I can’t quite figure out how to modify the CMAKE files, (I assume that is the proper method) to re

Re: [USRP-users] Pulling in AXI_FFT into a OOT module and block

2018-09-03 Thread Rich Maes via USRP-users
v_modify_ip (available after you source > setupenv.sh) to customize the FFT IP. You'll want to rename it as well so it > does not conflict with the in-tree FFT IP. > > Jonathon > > On Tue, Sep 4, 2018 at 9:58 AM Rich Maes via USRP-users > mailto:usrp-users@lists.ettus.c

[USRP-users] Pulling in AXI_FFT into a OOT module and block

2018-09-14 Thread Rich Maes via USRP-users
So I have looked at the ejk43/rfnoc-ootexample and I have been trying to apply what I think I am seeing. Truth in advertising, I an FPGA engineer, and I don’t usually get into Makefiles or CMakeLists.txt very much. I think the correct thing to do is to modify the CMakeLists.txt so that when

Re: [USRP-users] Pulling in AXI_FFT into a OOT module and block

2018-09-14 Thread Rich Maes via USRP-users
ps://github.com/ejk43/rfnoc-ootexample/blob/master/rfnoc/Makefile.inc#L6> > 4) Use uhd_image_build_gui to import your OOT module and build your > bitstream. See the RFNoC getting started guide. > > > Jonathon > > On Fri, Sep 14, 2018 at 10:40 PM Rich Maes via USRP-users > m

Re: [USRP-users] Pulling in AXI_FFT into a OOT module and block

2018-09-18 Thread Rich Maes via USRP-users
ps://github.com/ejk43/rfnoc-ootexample/blob/master/rfnoc/ip/Makefile.inc> >> 3) Make sure you have this line: >> https://github.com/ejk43/rfnoc-ootexample/blob/master/rfnoc/Makefile.inc#L6 >> <https://github.com/ejk43/rfnoc-ootexample/blob/master/rfnoc/Makefile.inc#L6>

Re: [USRP-users] Pulling in AXI_FFT into a OOT module and block

2018-09-18 Thread Rich Maes via USRP-users
completes perfectly. Thanks for your help guys. Rich > On Sep 18, 2018, at 7:39 AM, Rich Maes via USRP-users > mailto:usrp-users@lists.ettus.com>> wrote: > > Hello Jon, > Thanks for your help. Certainly seeing a change in behavior now. The > axi_fft.xci is being ref

[USRP-users] Can't find a block controller for key FFT, using default block controller!

2018-09-24 Thread Rich Maes via USRP-users
Re-pining this question > On Sep 2, 2018, at 10:48 PM, Rich Maes wrote: > > I am running a cross-compiled UHD environment on a E310. I have a couple > warning that appear when I am running my uhd_usrp_probe with a custom FPGA > image. The image I have created has 2 FFT’s and 2 Windows in