Since merging #1170 Questa Sim Base 2025.1 fails with the following message:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\questa_base64_2025.1\\questa.ini'
The install directory does contain a questasim.ini (and a modelsim.ini), but not a questa.ini. Renaming works as a workaround.
My guess is that questa.ini is used in the newer Altera versions and questasim.ini in at least the Base edition (though I don't know other versions). Therefore VUnit cannot assume questa.ini exists when detecting the -ini flag, but should check which of the files exists (questa.ini, questasim.ini, modelsim.ini).
Since merging #1170 Questa Sim Base 2025.1 fails with the following message:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\questa_base64_2025.1\\questa.ini'The install directory does contain a questasim.ini (and a modelsim.ini), but not a questa.ini. Renaming works as a workaround.
My guess is that questa.ini is used in the newer Altera versions and questasim.ini in at least the Base edition (though I don't know other versions). Therefore VUnit cannot assume questa.ini exists when detecting the -ini flag, but should check which of the files exists (questa.ini, questasim.ini, modelsim.ini).