You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModelSim, Active-HDL, and Riviera PRO all have the '<simulator_name>.init_file.gui' name option for set_sim_option(). However, the only way to accomplish this with GTKWave is to do python run.py -g --gtkwave-args=-S<script_name>.tcl and this is somewhat annoying to do everytime I want to run the same script/scripts everytime I open the GUI. I am looking to configure the waveform viewer with some of my scripts and this gets very annoying after doing it a few times. Can support be added to define the scripts to be run from run.py similar to the other supported simulators?