-novopt option deprecated in MODELSIM
Since Modelsim 10.7x the option -novopt is deprecated.
As this option is used in the simulate function https://gitlab.cern.ch/gbtsc-fpga-support/gbt-sc/-/blob/master/TCL/testbench.tcl#L62 the tool will exit with error.
I have tried to use other options like
-voptarguments=+acc
but the simulation for some reason didn't work as expected (after the RESET command there is no CONNECT)
Could you please have a look and fix the novopt option as in newer version of MODELSIM won't work