Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQuartus-II -> Files List -> how to add?
Hi All, In the Quartus-II there is an option to add the files one by one. But, how to add a list of files? Thank you!
Altera_Forum
Honored Contributor
9 years agoWe have more than 1k files in a project, all spread across directories.
I use a script to directly modify QSF file. something like awk '{print "set_global_assignment -name VERILOG_FILE " $0}' ../../files_RTL.lst >> foo.qsf