Forum Discussion

LeviMe's avatar
LeviMe
Icon for New Contributor rankNew Contributor
4 years ago

Change default Waveform Editor options

I'm using Intel Quartus 21.1.0 Lite Edition with Questa FSE 2021.2 linux_x86_64.

While trying to make the Simulation Waveform Editor work, I learned that I had to edit the default options of the vsim command within the ModelSim Script.
I need to remove '-novopt' and add '-voptargs=+acc' otherwise I can't get any proper output.

I'd like to know if there is any way to change the default ModelSim Script options so that I don't have to make those edits for each new projects.

Some previous posts suggested to edit the modelsim.ini file, but when I tried it didn't have effect.
It seems that the options get loaded from a pref.tcl file but I couldn't find it.

3 Replies

  • YEan's avatar
    YEan
    Icon for Contributor rankContributor

    Hi there,

    The default options of the vsim command can't be changed.

    Thanks,

    Ean


  • YEan's avatar
    YEan
    Icon for Contributor rankContributor

    Hi,

    We do not receive any response from you to the previous question that have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread.

    Thank you.

    Best regards,

    Ean

  • FPOPP1's avatar
    FPOPP1
    Icon for New Contributor rankNew Contributor

    Hi,

    I have the same problem here. We work with 200+ students, all beginners. The University Program WVF-Simulator has already some problems, but the manual setting of the vsim option '-voptargs=+acc' for each new vector is probably not usable. How can we fix this at the root of the problem? Maybe using a vsim wrapper to correct the options on the fly?