From ceec47809138394165969ca62c3d64044b8190b0 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 26 Oct 2024 23:25:02 +0200 Subject: [PATCH] Vectors Cy_xxx are of type 'current'. --- src/frontend/outitf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/outitf.c b/src/frontend/outitf.c index 00e6b17bd..4e3dfe2a1 100644 --- a/src/frontend/outitf.c +++ b/src/frontend/outitf.c @@ -983,6 +983,8 @@ guess_type(const char *name, char* pltypename) type = SV_IMPEDANCE; else if (pltypename && ciprefix("sp", pltypename) && cieq(name, "SOpt")) type = SV_NOTYPE; + else if (pltypename && ciprefix("sp", pltypename) && ciprefix("Cy_", name)) + type = SV_CURRENT; else if (strstr(name, ":power\0")) type = SV_POWER; /* current source ISRC parameters for current */