Forum Discussion
sstrell
Super Contributor
2 years agoThis sounds like a licensing issue. Is your LM_LICENSE_FILE environment variable set up correctly (assuming you are using the included QuestaSim)?
- admaris2 years ago
New Contributor
Yes, I am using Questa Sim - Intel FPGA Edition 2024.1. The previous error was due to the following constructs requiring an svverification license:
randomize
randcase
randsequence
Specifying vsim -nocvg turns off all coverage features, so that resolved the issue. However, I have another problem: every time I execute run -all, the waveform window crashes, and I am unable to perform functional simulation.I hope you can help me identify the cause of the waveform window crashing during simulation. Thank you.