I would like to make a modifications on several parameters in ModelSim like the MessageFormat for instance. To that extent, I made changes to the modelsim.ini file located in ModelSim installation directory but when I re-launch ModelSim, the default parameters are still there.
The procedure is quite simple according to ModelSim's User Guide :
- Open the modelsim.ini file with a text editor.
- Find the variable you want to edit in the appropriate section of the file.
- Type the new value for the variable after the equal ( = ) sign.
- If the variable is commented out with a semicolon ( ; ) remove the semicolon.
- Save.
I know I'm editing the right file (upon launch, ModelSim prints "reading C:/[install path]/modelsim.ini and if I delete or rename it I get a warning) so I really have no idea why none of my changes are taken in account.
Is there something I'm not doing right? It feels like I'm missing something obvious here.