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 -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com