Altera_Forum
Honored Contributor
14 years agomodelsim ase in multi-user environment
Linux platform specific:
It seems that modelsim-ase only works if it is used by the installer. It's installed in our labs by root but when used by the students the following error occurs # Copying /altera/11.0/modelsim_ase/linux/../modelsim.ini to /altera/11.0/modelsim_ase# ** Error: (vmap-7) Failed to open ini file "/altera/11.0/modelsim_ase" in write mode.# Is a directory. (errno = EISDIR)# ** Error: (vmap-20) Cannot access for writing file "/altera/11.0/modelsim_ase".# Permission denied. (errno = EACCES) Temporarily changing the ownership to that of one of the students fixes the problem but only for that student. Also the error messages appear to be wrong as, according to the file date stamps, no overwrite of the files takes place. It seems that it is specifically the ownership that is the issue as the write permissions are not even set anyway and vsim is happy! global read and execute permissions are set on all relevent directories so there should be no permission denied just for access. I came across a similar post relating to windows where it was fixed by changing the file permissions. Has anyone managed to use modelsim-ase from a file server in a multi-user environment?