CMosCleanObjectsImpl.mesa The technology dependant part of Cleaning Objects
Gbier, July 11, 1985 10:48:17 am PDT
Gbier, July 23, 1985 4:42:16 pm PDT
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.