DPLib.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Created by: Ross, April 10, 1986 2:58:14 pm PST
Last Edited by: Ross July 14, 1986 12:46:45 pm PDT
DIRECTORY PW;
DPLib: CEDAR DEFINITIONS = BEGIN
dswap: PW.Object;
sh0: PW.Object;
sh1: PW.Object;
sh2: PW.Object;
sh3: PW.Object;
sh4: PW.Object;
sh5: PW.Object;
sh6: PW.Object;
sh7: PW.Object;
sh823: PW.Object;
sh24: PW.Object;
sh25: PW.Object;
sh26: PW.Object;
sh27: PW.Object;
sh28: PW.Object;
sh29: PW.Object;
sh30: PW.Object;
sh31: PW.Object;
tagstuff: PW.Object;
tagstuff30: PW.Object;
tagstuff31: PW.Object;
cpAddR: PW.Object;
cpAddB: PW.Object;
lu2: PW.Object;
ccCellAL: PW.Object;
ccCellAR: PW.Object;
ccCellBL: PW.Object;
ccCellBR: PW.Object;
ccCellCL: PW.Object;
ccCellCR: PW.Object;
ccCellDL: PW.Object;
ccCellDR: PW.Object;
ccCellEL: PW.Object;
ccCellER: PW.Object;
ccCellFL: PW.Object;
ccCellFR: PW.Object;
ccCellGL: PW.Object;
ccCellGR: PW.Object;
ccCellHL: PW.Object;
ccCellHR: PW.Object;
ccCellIL: PW.Object;
ccCellIR: PW.Object;
ccCellJL: PW.Object;
ccCellJR: PW.Object;
ccCelllsbcapL: PW.Object;
ccCelllsbcapR: PW.Object;
ccCellmsbcapL: PW.Object;
ccCellmsbcapR: PW.Object;
ccodeMux: PW.Object;
lsbside: PW.Object;
msbside: PW.Object;
restOfDp: PW.Object;
Initialization Routines
InitDP: PROC [myLib: PW.Design] RETURNS [];
END.