Forum Discussion

NicZU's avatar
NicZU
Icon for New Contributor rankNew Contributor
5 years ago

Quartus Prime add file from tcl

Hello!
I am trying to setup a script that automatically adds files to my project and I am struggling to find the correct options list.

Currently I am using the following command

set_global_assignment -name $file_type $current_file

Where:

  • $current_file is the file to add to the project
  • $file_type isa file type identifier

Where can I find a complete list of the supported file type identifiers?

3 Replies