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

Where Quartus-II keep a list of source files?

Altera_Forum
Honored Contributor II
2,055 Views

Hi All, 

 

Where the Quartus-II keep a list of the source files? I mean does it maintain a file like *.QSF where it keep a list of the source files?  

 

Thank you
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,311 Views

all of the source files are listed in the .qsf file

0 Kudos
Altera_Forum
Honored Contributor II
1,311 Views

It can get more confusing than that though, as with IP, the .qsf often only points to a .qip file(or .qsys that points to a .qip) which then points to a bunch of other files, so those files don't directly show up in the .qsf. The .map.rpt has a list of all the files read in, so you can go there. Also, after synthesis, the Project -> Add Files allows you to expand the .qip/.qsys files to show all the files they point to. On the left side there is the Hierarchy Browser, but you can also change it to a list of all Files too, so there are a number of places to find them.

0 Kudos
Reply