RouteChannelTopol.mesa
Copyright س 1988 by Xerox Corporation. All rights reserved.
Ch. Le Cocq, February 11, 1988
Christian Le Cocq February 11, 1988 5:28:09 pm PST
Interface to the actual topological part of the router.
DIRECTORY
Route
USING
[DesignRules, ResultData],
RouteChannel
USING
[ChannelData, Method],
RoutePrivate
USING
[RoutingAreaParms];
RouteChannelTopol
:
CEDAR
DEFINITIONS
~
BEGIN
RouteOneChan
:
PROC
[chanData: RouteChannel.ChannelData,
parms: RoutePrivate.RoutingAreaParms,
rules: Route.DesignRules,
method: RouteChannel.Method,
numSegmentsMustPlace:
INT
]
RETURNS
[result: Route.ResultData];
END
.