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

Quartus-II -> Files List -> how to add?

Altera_Forum
Honored Contributor II
5,160 Views

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!
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
3,132 Views

You can select multiple files and clock add all

0 Kudos
Altera_Forum
Honored Contributor II
3,132 Views

You can follow this sequence: 

Quartus II -> Project Navigator -> Files, double click "Files" icon -> look for your files -> select all -> Open -> click "Add All" -> OK
0 Kudos
Altera_Forum
Honored Contributor II
3,132 Views

You know how to add one file, same way, you can add multiple files by press CTRL key and click all files you want to add.

0 Kudos
Altera_Forum
Honored Contributor II
3,132 Views

We 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
Reply