Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17046 Discussions

Setting verilog files to quartus

Altera_Forum
Honored Contributor II
1,597 Views

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.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
611 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
611 Views

 

--- 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
0 Kudos
Altera_Forum
Honored Contributor II
611 Views

Thanks for your help!!! 

 

Axodus1
0 Kudos
Reply