IFUSch.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Don Curry, April 14, 1987 5:17:43 pm PST
DIRECTORY Core, DP, PWCore;
IFUSch:
CEDAR
DEFINITIONS
= BEGIN
WireConst: PROC [val, size: CARDINAL, name: Core.ROPE ← NIL] RETURNS[wire: Core.Wire];
Version: DP.WIProc;
ABase: DP.WIProc;
CBase: DP.WIProc;
NoStore: DP.WIProc;
FlagBubble: DP.WIProc;
MicroExcptJumps: DP.WIProc;
XopGen: DP.WIProc;
TrapGen: DP.WIProc;
Dual: DP.WIProc;
Pipe0: DP.WIProc;
Pipe1: DP.WIProc;
Pipe2: DP.WIProc;
AddPads: PROC[inner: Core.CellType] RETURNS [cellType: Core.CellType];
LayoutWithOutCabbageSignals: PWCore.LayoutProc;
END.