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

Organizing design files into folders

Altera_Forum
Honored Contributor II
1,352 Views

I am wondering if it is possible to organize the "Files" option in the Project Navigator of Quartus to categorize the files based on the folders they are in. 

The problem is, I have alot of small modules in multiple folders, but Quartus doesn't categorize them into folders, making organizing the project a mess. 

 

Thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
634 Views

what you can do is put a .qip file in each of the folders listing all the design files for that folder. A .qip file is just a tcl file formatted like the .qsf file but you can include it like any other source file. This way you can just include the .qip file in the main project and manage the sub folders yourself.

0 Kudos
Altera_Forum
Honored Contributor II
634 Views

I believe that will work, Thanks!

0 Kudos
Reply