<> <> <> <> <> DIRECTORY PLAOps; IFUPLA: CEDAR DEFINITIONS = BEGIN PLAs: TYPE = { fetchControl, fetchRdDecode, fetchWtDecode, instrDecode, instrDecode0, instrDecode1, instrDecode2, instrDecode3, instrDecode4, instrDecode5, instrDecode6, interlock, mainPipeControl, stackAControl, stackBControl, stackDecode, ltDrPadIO, rtDrPadIO }; Sense: TYPE = {input, output}; plas: ARRAY PLAs OF PLAOps.PLA; plaSizes: ARRAY PLAs OF ARRAY Sense OF NAT; IFUPLAEval: PROC [ plaType: PLAs ]; END.