NicZU
New Contributor
5 years agoQuartus 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?