Hi, I'm trying to add VHDL into a RFNoC design using UHD 4.0.
I've added the source file into the OOT module folder along with the source files created by rfnoc mod tool. I've then added the source file name into the Makefile.srcs as 'dsp_wrapper.vhd'. When I run 'make install' it stops on the error can't find "..../dsp_wrapper.v' The file path in the error message is correct, so it's looking in the right place, but the file name has been truncated from .vhd to .v I did notice the note at the top of Makefile.srcs that states file names should be "nicely detectable by a regex. Best to put one on each line". So I tried modifying the file to have one file per line and the closing bracket on it's own line. However I still get the same error. Is there any way that I can include .vhd source files? Mark ________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
_______________________________________________ USRP-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
