Altera_Forum
Honored Contributor
13 years agoProblem with files lists in QSF.
Hi all,
I have a problem with the set of files i want to use in my synthesis. I have two sets of files with exactly same names but are placed in different directories. The difference lies in functionality of the both although i have given a genric name. If in rtl one set of files are used the other set will never be used in the syntehsis. My problem is i want to have both set of files with the same names in the qsf which at present throws an error that the modules cannot be declared more than once. Is there a way i can use condition in the qsf file like if (condition) then use this set else the other. Any help will be appreciated.