When I load the config view it defaults to the AMS simulator and not spectre.
I've set the environment variable "asimenv.startup simulator" to spectre but the config view overrides it, is there a way of stopping it?
From the docs
>Sets the default simulator for the Analog Design Environment.
>To set this variable in the .cdsinit file or CIW, use the following call:
>envSetVal("asimenv.startup" "simulator" 'string "simulatorName|auto")
>When this variable is set to auto:
>AMS is set as the default simulator if the view is a config view and it includes Verilog views, which are any text views like .vams, .sv, .v, and so on.
>Spectre is set as the default simulator if the view is not a config view or it does not include Verilog views.
I haven't set it to auto though and this still happens.