Enable psa, ltpsa compatibility mode
This commit is contained in:
parent
b0d79630a4
commit
7787268118
|
|
@ -587,12 +587,6 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile, bool *expr_w_t
|
|||
struct card *working = cc->nextcard;
|
||||
|
||||
delete_libs();
|
||||
inp_fix_for_numparam(subckt_w_params, working);
|
||||
|
||||
|
||||
inp_remove_excess_ws(working);
|
||||
|
||||
inp_vdmos_model(working);
|
||||
|
||||
if(inp_compat_mode == COMPATMODE_LTA)
|
||||
ltspice_compat_a(working);
|
||||
|
|
@ -603,6 +597,12 @@ inp_readall(FILE *fp, char *dir_name, bool comfile, bool intfile, bool *expr_w_t
|
|||
pspice_compat_a(working);
|
||||
}
|
||||
|
||||
inp_fix_for_numparam(subckt_w_params, working);
|
||||
|
||||
inp_remove_excess_ws(working);
|
||||
|
||||
inp_vdmos_model(working);
|
||||
|
||||
comment_out_unused_subckt_models(working);
|
||||
|
||||
subckt_params_to_param(working);
|
||||
|
|
|
|||
Loading…
Reference in New Issue