Uses of Interface
at.dms.kjc.spacetime.Router

Packages that use Router
at.dms.kjc.spacetime   
 

Uses of Router in at.dms.kjc.spacetime
 

Classes in at.dms.kjc.spacetime that implement Router
 class RandomRouter
           
 class SmarterRouter
           
 class XYRouter
           
 

Methods in at.dms.kjc.spacetime with parameters of type Router
static void SwitchCodeStore.generateSwitchCode(Router router, RawComputeNode source, RawComputeNode[] dests, int stage)
          Given a source and an array of dests, generate the code to route an item from the source to the dests and place the place the switch instruction in the appropriate stage's instruction vector based on the
static HashSet<RawComputeNode> SwitchCodeStore.getTilesInRoutes(Router router, RawComputeNode source, RawComputeNode[] dests)