Forum Discussion

frank2597's avatar
frank2597
Icon for New Contributor rankNew Contributor
2 years ago
Solved

Waveform simulation vopt error

Hello i just recently installed the Quartus Prime Lite edition version 22.1.1 and i am trying to use the waveform editor. When i try to run the simulation i get the following error: Error (sup...
  • frank2597's avatar
    2 years ago

    Hello,

    I was able to fix this problem by going into the simulation settings and add -suppress 12110 to the following line:

    vsim -suppress 12110 -novopt -c 

    I also had to give full write permissions(Full control to modify in folder properties) to folder C:\intelFPGA_lite\22.1std\questa_fse\intel\verilog\cyclonev

    After these two steps the error no longer appeared