Re: [USRP-users] Error creating RFNoC FPGA image with OOT module

2017-10-05 Thread Avila, Jose A via USRP-users
RFNoC FPGA image with OOT module Hi Jose, You've encountered a new feature of the uhd-fpga build process. If your OOT repo has a Makefile.inc, the uhd_image_builder.py script will point to those makefiles in the OOT repo. This is especially useful for synthesizing Xilinx IP or HLS cores. (Se

Re: [USRP-users] Error creating RFNoC FPGA image with OOT module

2017-10-04 Thread EJ Kreinar via USRP-users
Hi Jose, You've encountered a new feature of the uhd-fpga build process. If your OOT repo has a Makefile.inc, the uhd_image_builder.py script will point to those makefiles in the OOT repo. This is especially useful for synthesizing Xilinx IP or HLS cores. (See the Makefile.inc files here for a dum

Re: [USRP-users] Error creating RFNoC FPGA image with OOT module

2017-10-03 Thread Nicolas Cuervo via USRP-users
Hello Jose, please try running the following: $ ./uhd_image_builder.py twochannelsiggen duc fft *-I /home/joseavila/Documents/gnuradio_source/rfnoc-siggen2ch/* -d x310 -t X310_RFNOC_HG -m 6 --fill-with-fifos which means pointing to the top OOT directory instead to directly the fpga-srcs dire

[USRP-users] Error creating RFNoC FPGA image with OOT module

2017-10-03 Thread Avila, Jose A via USRP-users
We are currently getting an error attempting to build a fpga image when running the following which points to the OOT module using the -I option ./uhd_image_builder.py twochannelsiggen duc fft -I /home/joseavila/Documents/gnuradio_source/rfnoc-siggen2ch/rfnoc/fpga-src/ -d x310 -t X310_RFNOC_H