You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of the route command has become rather large and has a lot of code that isn't relevant to TCL interfacing. The non-TCL related logic should be factored out into simulation.c as a nocsim_route() function.
The implementation of the
routecommand has become rather large and has a lot of code that isn't relevant to TCL interfacing. The non-TCL related logic should be factored out intosimulation.cas anocsim_route()function.