Not sure how this was not observed before, but the current implementation of copy_rtl_files.py outputs only module names, which of course vhier cannot trace back to full path filenames.
Also, include files are returned as the filename only without the path. We need the full path to be able to copy them to the output folder.
Not sure how this was not observed before, but the current implementation of
copy_rtl_files.pyoutputs only module names, which of coursevhiercannot trace back to full path filenames.Also, include files are returned as the filename only without the path. We need the full path to be able to copy them to the output folder.