Forum Discussion
Altera_Forum
Honored Contributor
10 years agoSettem,
It's not just you - I had exactly the same problem after installing the university IP, with Quartus 14.1 and Windows 7. I assume its a bug. I managed to get rid of the errors in qsys by changing the line: source "../../lib/aup_version.tcl" (which is present near the top of all of the *_sw.tcl & *_hw.tcl files) to the full path: e.g. source "C:/altera/14.1/ip/University_Program/lib/aup_version.tcl" That fixed the errors in qsys and eclipse for me. There might be a better way to fix it, but thats what I came up with.