|
|
@ -8156,6 +8156,8 @@ static char inp_get_elem_ident(char *type) |
|
|
return 'u'; |
|
|
return 'u'; |
|
|
else if (ciprefix("vdmos", type)) |
|
|
else if (ciprefix("vdmos", type)) |
|
|
return 'm'; |
|
|
return 'm'; |
|
|
|
|
|
if (cieq(type, "res")) |
|
|
|
|
|
return 'r'; |
|
|
/* xspice code models do not have unique type names */ |
|
|
/* xspice code models do not have unique type names */ |
|
|
else |
|
|
else |
|
|
return 'a'; |
|
|
return 'a'; |
|
|
|