Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFirstly, by default, qar archive command doesn't recognize all source files (or misc files) of a project : SOPC or Qsys custom component TCL, IPX, some SDC files etc...
If you want to add a missing file to archive, you can add the following command in the qsf : set_global_assignment -name MISC_FILE <value> see mnl_qsf_reference documentation : Chapter 1: Project-Wide Assignments MISC_FILE Associates a file with this project. Files assigned to this assignment is archived by the Project Archive command if the ‘Project source and settings files’ file subset is selected. Secondly, beware of the fact that archive command could break the original project directory paths.