I want to use OSVVM. Modelsim comes with an older version of OSVVM precompiled in a library called osvvm
. This is set up in the global modelsim.ini
file:
osvvm = $MODEL_TECH/../osvvm
I would like to be able to compile a later version of OSVVM. I still want to compile it into a library called osvvm
, because that is where the OSVVM source code expects it to be.
I have got round this temporarily by just commenting out the above line in the global modelsim.ini. That works, but is not very sustainable: it will have to be done every time we install Modelsim (presumably).
So, is there some way of undoing this line in a local modelsim.ini
file? That would be much more sustainable for me. Or, is there some other method that doesn't involve making a machine-specific change?