CMosBCleanObjectsImpl.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
Jacobi, January 9, 1986 12:43:37 pm PST
DIRECTORY
CMosB,
CleanObjects;
CMosBCleanObjectsImpl: CEDAR PROGRAM
IMPORTS CMosB, CleanObjects =
BEGIN
CleanObjects.RegisterAbstractLayer[technology: CMosB.cmosB, abstract: CMosB.wpdif, actual: CMosB.pdif, surround: CMosB.nwell, surroundExt: CMosB.wellSurround];
CleanObjects.RegisterAbstractLayer[technology: CMosB.cmosB, abstract: CMosB.wndif, actual: CMosB.ndif, surround: CMosB.pwell, surroundExt: CMosB.wellSurround];
END.