Forum Discussion
Altera_Forum
Honored Contributor
18 years ago --- Quote Start --- I have long long list of files in diffrent directories. I want to add them to my project. Under "Settings" I can do it one by one or take group of file from the same directory. 1.Is there a prepared script that can read a list of files (with there paths) and drop them to the files list in my project?? thanks, Axodus. --- Quote End --- Hi Axodus. I don't know of any "off the shelf" prepared script that does this, but I have written them in the past. You can just directly modify the quartus QSF file. The QSF file is just simply a text file that has all the project settings including the files. It's very easy to understand. All of my scripts, take the files list from a simulator I use, and creates the QSF file. So the format isn't just simply a file list. If your good at any scripting language it should be easy to write. Pete