///route/RoutePackage.Config
Last Edited by: Preas, August 1, 1985 10:29:48 am PDT
RoutePackage: CONFIGURATION
IMPORTS
CD, CDAtomicObjects, CDCells, CDSymbolicObjects, CDProperties, CDRects, CDSimpleRules, Convert, List, Properties, RealOps, Rope, TerminalIO
EXPORTS
Route,
RouteChannel,
RouteDiGraph,
RoutePrivate,
RouteTechnology,
RouteUtil
CONTROL
RouteImpl,
RouteChannelConstraintsImpl,
RouteChannelInitImpl,
RouteChannelRetrieveImpl,
RouteChannelTopolImpl,
RouteChannelUtilImpl,
RouteDiGraphImpl,
RouteTechnologyImpl,
RouteUtilImpl =
BEGIN
RouteImpl;
RouteChannelConstraintsImpl;
RouteChannelInitImpl;
RouteChannelRetrieveImpl;
RouteChannelTopolImpl;
RouteChannelUtilImpl;
RouteDiGraphImpl;
RouteTechnologyImpl;
RouteUtilImpl;
END.