Forum Discussion

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

Quartus-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!

4 Replies

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

    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
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.