Altera_Forum
Honored Contributor
8 years agoRTL files @TCL & QSF -> how to keep compatible and consistent?
Hi All,
I'd like to keep a list of the RTL files in a separate TCL file and then source this file from QSF. Let's say I keep a list of the RTL files in the rtl.tcl and then source it from QSF usingsource rtl.tcl The problem is so that the QSF file is updated with the contents of the rtl.tcl - after running the compilation, all contents of the rtl.tcl appears in the QSF file. So, if the content of the rtl.tcl has been changed (some RTL files were removed from the list), the "old" RTL files still present in QSF and I need to remove them manually. So, how to solve this problem? How to keep the RTL files in a separate TCL file so that the QSF file will be aware about all the changes in this TCL (if some file was removed from TCL then it also should be removed from QSF)? Thank you!