Bugzilla – Bug 66
improve granularity of GlobalRouteManager::PopulateRoutes
Last modified: 2008-11-26 16:52:32 UTC
Mathieu's suggestion to provide a list of nodes that restricts the set of nodes for which PopulateRoutes is invoked: > / by default, configure routing in _all_ nodes > >void StaticRouteManager::PopulateRoutes (void); > > > >// configure routing in only the nodes > >// identified by the input interators begin and end. > >template <typename InputIterator> > >void StaticRouteManager::PopulateRoutes (InputIterator begin, > >InputIterator end); this InputIterator refinement is not yet done.
there is no way to make global routing only operate on part of a topology