Class ExFatTreeRouter

java.lang.Object
  extended by ExFatTreeRouter
All Implemented Interfaces:
Router

public class ExFatTreeRouter
extends java.lang.Object
implements Router


Constructor Summary
ExFatTreeRouter()
           
 
Method Summary
 int determineRoute(int src, int dest, int sAddr)
          Returns the physical link number to transfer a flit from an input buffer to the output buffer on that link to reach the destination node.
 int extended_fat_tree_static__route(int dest, int sAddr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExFatTreeRouter

public ExFatTreeRouter()
Method Detail

determineRoute

public int determineRoute(int src,
                          int dest,
                          int sAddr)
Description copied from interface: Router
Returns the physical link number to transfer a flit from an input buffer to the output buffer on that link to reach the destination node.

Specified by:
determineRoute in interface Router
Parameters:
src - address of the source node
dest - address of the destination node
sAddr - address of the switch
Returns:
link number to reach the destination node

extended_fat_tree_static__route

public int extended_fat_tree_static__route(int dest,
                                           int sAddr)