Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI've noticed similar annoying "features" with Qsys and VHDL. Using a .qip file to describe your IP can solve both of your problems. The .qip file can be dynamically generated from Tcl if you have machine-specific installation differences.
Here's how the .qip solved my particular problems: 1. Qsys copies HDL files If you use a .qip file, Qsys copies (or generates) a .qip file in the qsys_system/synthesis directory, and that file can reference the source code (in source version controlled folders). 2. VHDL libraries You can specify the VHDL library to compile source into in a .qip file. I *think* these are shown in the example file I posted in this thread ... http://www.alteraforum.com/forum/showthread.php?t=48802 If not, ask and I'll try to post something a little more complete. At least you know what you want to do is possible now :) Cheers, Dave