Hi Kevin, \ have you tried giving your IP directory via the \`--include-dir\` argument of the rfnoc_image_builder? That’s usually the way to include OOT modules.\ \ Or does your IP need to be generated first and you want this to be part of the overall bitfile generation process?\ \ The rfnoc_image_builder uses a gnu-make based build tooling, so you might be able to add your path to one of the makefile related files, depending on what they are and what should be done with them.\ \ It looks like the \`viv_generate_ip.tcl\` script you gets called via the \`build_vivado_ip\` function that usually gets called from the respective IP’s makefile in the targets ip directory, e.g. [x4xx ip](github.com/EttusResearch/uhd/tree/master/fpga/usrp3/top/x400/ip).\ \ If you had a similar makefile in your repo and added a link to it, e.g. [in the Makefile.inc](https://github.com/EttusResearch/uhd/blob/master/fpga/usrp3/top/x400/ip/Makefile.inc), so that make can find it, that might also work.\ \ It is definitely not the recommended way, but if it works for you, it might be sufficient.\ \ Regards,\ Niels
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com