Hi Maria, The rfnoc-example folder within the UHD tree shows an example of how to add an out-of-tree IP block. Did you look at this yet? Rob
On Wed, Jun 1, 2022 at 5:12 AM Maria Muñoz <[email protected]> wrote: > Hi all, > > I'm trying to synthesize a design that includes a vivado ip core inside. > Normally, I add my .vhd/.v source files to the Makefile.srcs inside my > block like this: > > RFNOC_OOT_SRCS += $(addprefix $(dir $(abspath $(lastword > $(MAKEFILE_LIST)))), \ > source1.vhd \ > source2.v \ > source3.v \ > ) > > But adding the .xci file of my IP core does not work. > > What is the process to include this file in the makefile chain to compile > it? > > Kind Regards, > > Maria. > _______________________________________________ > USRP-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
