- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can replicate all your different directories which contains your long list of files under your project directories.
All of your directories shouldn't contain blanks. Try it. Good luck.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your help!!!
Axodus1
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page