Forum Discussion
Files can be placed anywhere. They're found by default in the project directory (where the .qpf file is located) or where pointed to by Project menu -> Add/Remove Files in Project. Using the GUI just writes assignments to the .qsf so you can use the GUI or manually edit the .qsf.
Hi, sstrell
Thanks for the quick reply!
I do understand any file can be added through GUI or editing .qsf file. What I looking for is a better way to include source files. For example, we have more than 2 thousand files need to be add to FPGA project. Then we have to looking for a better way to include all of them and make it easy for later version update. So I think manage all the source file in a standalone filelist then just include the filelist in .qsf file will be more clear than adding 2 thousand lines "set_global_assignment -name SYSTEMVERILOG_FILE **.v".
Do we have similar function in .qsf file?
Thanks