<> <> <> DIRECTORY CMos, CleanObjects; CMosCleanObjectsImpl: CEDAR PROGRAM IMPORTS CMos, CleanObjects = BEGIN CleanObjects.RegisterAbstractLayer[technology: CMos.cmos, abstract: CMos.wpdif, actual: CMos.pdif, surround:CMos.nwell, surroundExt: CMos.wellSurround]; CleanObjects.RegisterAbstractLayer[technology: CMos.cmos, abstract: CMos.wndif, actual: CMos.ndif, surround: CMos.pwell, surroundExt: CMos.wellSurround]; END.