Forum Discussion
admaris
New Contributor
1 year agosimulation for the HBM2E Interface FPGA IP
I am performing a simulation for the HBM2E Interface FPGA IP using Intel FPGA Edition 2024.1 with device model AGMF039R47A1E2VR0. Following the steps from the High Bandwidth Memory (HBM2E) Interface ...
sstrell
Super Contributor
1 year agoThis sounds like a licensing issue. Is your LM_LICENSE_FILE environment variable set up correctly (assuming you are using the included QuestaSim)?
- admaris1 year 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.