Spinifex.config
Copyright © 1984 by Xerox Corporation. All rights reserved.
Written by Shand, September 13, 1983 12:01 am
Last Edited by: Shand, August 22, 1984 3:30:46 am PDT PDT PDT
Last Edited by: BERETTA, October 30, 1984 10:17:20 am PST
Spinifex: CONFIGURATION
IMPORTS
CornerStitching,
TerminalIO,
CD,
CDDirectory,
CDEvents,
CDIO,
CDOps,
CDOrient,
CDObjectProcs,
CDProperties,
CDSequencer,
CDMenus,
TokenIO,
Atom,
RefTab,
SymTab,
Rope,
Ascii,
IO,
Convert,
FS,
TiogaOps,
TiogaFileOps,
SafeStorage,
-- for DRC Error reporting
CDApplications,
CDCells,
CDRects,
Process,
BasicTime,
-- For writing Rosemary structure comparison files
PupDefs,
UserCredentials
EXPORTS
SpinifexAtoms,
SpinifexCircuit,
SpinifexOutput,
SpinifexExtras
CONTROL
SpinifexAtomsImpl,
SpinifexCommands,
SpinifexCellPredicatesImpl,
SpinifexCircuitImpl,
SpinifexOutputImpl,
SpinifexAccessImpl,
SpinifexInvertImpl,
SpinifexLayersImpl,
SpinifexExtrasImpl,
SpinifexHighlightNodeImpl =
BEGIN
SpinifexAtomsImpl;
SpinifexAccessImpl;
SpinifexInvertImpl;
SpinifexCellPredicatesImpl;
SpinifexCircuitImpl;
SpinifexOutputImpl;
SpinifexLayersImpl;
SpinifexExtrasImpl;
SpinifexHighlightNodeImpl;
SpinifexCommands;
END.
Edited on October 22, 1984 1:53:11 pm PDT, by BERETTA
New Chipndale feature: dynamic creation of menu entries
changes to: IMPORTS CDMenus added, Spinifex, END
Edited on October 30, 1984 10:04:06 am PST, by Beretta
changes to: IMPORTS