Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
10 years ago

Organizing design files into folders

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!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.