diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 33d09c823..4078b8052 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -8114,6 +8114,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';