Quartus crash invalidates the project
Hello,
I'm having a very frustrating experience with Quartus Prime Version 22.1std.2 Build 922 07/20/2023 on Ubuntu 22.04.3 LTS 64-bit.
The software crashes very frequently as soon as I click the button to start compilation. The issue is that I cannot reopen the project after it crashes. So, I need to restart from a fresh backup copy. This problem always happens in case of certain HDL errors, but sometimes also when the code can be compiled.
In case of VDHL errors, such as wrong in/out/inout assignment in the port declaration, the compilation stops halfway through, always showing the following message (marked green):
registers lost all their fanouts during netlist optimizations
When this message appears, the compilation gets stuck. Then, I need to stop the compilation or force a termination of Quartus environment. After that, I cannot reopen the project anymore.
I guess projects get damaged if the compilation stops halfway through. This is obviously undesirable; it causes a huge waste of time and also happens when the project is meant to compile without any issues.
Can you suggest any workaround to avoid or make this issue less annoying?
Thanks.