Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Is there a simple way to correct that? --- Quote End --- I'm not sure about it being 'simple', but you could edit msim_setup.tcl and edit that file to stop it from using an absolute path. Unfortunately, you'll have to edit the file each time you generate a Qsys system. I find the use of absolute paths frustrating as well. Actually, perhaps the best option is to use msim_setup.tcl purely as a reference script. Create a new script and compile the libraries as shown in that script, but into a new library, say qsys_library. That way you control everything. If you change the Qsys system, then review the changes to msim_setup.tcl and edit your own simulation script accordingly. Cheers, Dave