Waveform simulation vopt error - 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 (suppressible): (vsim-12110) All optimizations are disabled because the -novopt option is in effect. This will cause your simulation to run very slowly. If you are using this switch to preserve visibility for Debug or PLI features, please see the User's Manual section on Preserving Object Visibility with vopt. -novopt option is now deprecated and will be removed in future releases. # Error loading design I am using the default settings: vsim -novopt -c -t 1ps -L cyclonev_ver -L altera_ver -L altera_mf_ver -L 220model_ver -L sgate_ver -L altera_lnsim_ver work.and_block_vlg_vec_tst changing -novopt to -vopt removes the error but the simulation outputs doesn't seem to make sense, for example a simple AND block with both inputs set to 1 produces a constant 0 Can anyone help me resolve this? Thank you Replies: Re: Waveform simulation vopt error Hello, I’m glad that your problem has been solved, I now transition this thread to community support. If you have a new question, please login to https://supporttickets.intel.com , view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions. p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 4/5 survey Regards, Nurina Replies: Re: Waveform simulation vopt error 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 Replies: Re: Waveform simulation vopt error Hello, Can you provide some updates? Thanks, Nurina Replies: Re: Waveform simulation vopt error Hello, Can you share your design? Thanks, Nurina - 2023-05-04

external_document