Forum Discussion
Altera_Forum
Honored Contributor
12 years agoQSYS output (synthesis) directory workaround?
Hello All, We recently started upgrading from SOPC builder to QSYS. There is one(...) big annoying difference between the two systems: When generating a system QSYS copies ALL files into a synt...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hang on, read your original request above - you wanted to avoid copying the source to the Qsys directory :) --- Quote End --- Let me rephrase: SOPC adds the file paths to the project qsf file without copying them :) --- Quote Start --- If you don't like my use of environment variables, there are two other solutions; 1. The ::quartus() array is available in most of these tools. If the environment is inherited when one tool starts the next, then you can put a variable in ::quartus and access it in the downstream tools. 2. You can create a fake generic/parameter using set_parameter, and then access it later using get_parameter Personally I see no harm in setting a few environment variables :) --- Quote End --- Thanks Dave, I will give this a try