inp_get_elem_ident(): enable VDMOS devices as identifier m
This commit is contained in:
parent
7f95e9d40c
commit
1adc3e559c
|
|
@ -8154,6 +8154,8 @@ static char inp_get_elem_ident(char *type)
|
|||
return 'o';
|
||||
else if (cieq(type, "urc"))
|
||||
return 'u';
|
||||
else if (ciprefix("vdmos", type))
|
||||
return 'm';
|
||||
/* xspice code models do not have unique type names */
|
||||
else
|
||||
return 'a';
|
||||
|
|
|
|||
Loading…
Reference in New Issue