diff --git a/VERSION b/VERSION index fbf1f18d..ff64910e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.72 +8.3.73 diff --git a/extract/ExtBasic.c b/extract/ExtBasic.c index b273c5ab..7d9aa667 100644 --- a/extract/ExtBasic.c +++ b/extract/ExtBasic.c @@ -1857,6 +1857,14 @@ extOutputDevices(def, transList, outFile) #endif extTransRec.tr_devrec = devptr; + /* Model type "Ignore" in the techfile indicates a device */ + /* to be ignored (i.e., a specific combination of layers */ + /* does not form an extractable device, or overlaps another */ + /* device type that should take precedence). */ + + if (!strcmp(devptr->exts_deviceName, "Ignore")) + continue; + /* Original-style FET record backward compatibility */ if (devptr->exts_deviceClass != DEV_FET) fprintf(outFile, "device ");