<> <> <> <<>> <> <<>> DIRECTORY SC, SCPrivate; SCExprGlobalRoute: CEDAR DEFINITIONS = BEGIN GlobalRoute: PROCEDURE[handle: SC.Handle, nets: SCPrivate.NetList]; <> UndoGlobalRoute: PROCEDURE[handle: SC.Handle, nets: SCPrivate.NetList]; <> GlobalRouteAllNets: PROCEDURE[handle: SC.Handle]; <> DetailRoute: PROC [handle: SC.Handle] RETURNS [result: SC.Result]; -- Detail Router that works with GlobalRoute END.