|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FatTreeSwitch in <Unnamed> |
---|
Fields in <Unnamed> declared as FatTreeSwitch | |
---|---|
private FatTreeSwitch[] |
FatTreeSwitch.downSwitchList
This is an array of FatTreeSwitch used to store the list of reference of adjacent child switches if any. |
private FatTreeSwitch[] |
FatTreeSwitch.upSwitchList
This is an array of FatTreeSwitch used to store the list of reference of adjacent parent switches if any. |
Methods in <Unnamed> with parameters of type FatTreeSwitch | |
---|---|
private void |
FatTreeSwitch.forwardFlitToSwitch(FatTreeSwitch adjSwitch,
int linkNo,
int curCycle)
Performs the transmission of flit from the virtual channel (output buffer) to physical channel and ultimately the flit is stored in the corresponding virtual channel of the switch. |
int |
FatTreeSwitch.getAdjacentLinkNo(FatTreeSwitch fatSwitch)
Returns the number of the output physical link that connects a neighboring switch, either situated above or beneath this switch. |
void |
FatTreeSwitch.setChildSwitch(FatTreeSwitch fatSwitch,
int linkNo)
Sets a child switch. |
void |
FatTreeSwitch.setParentSwitch(FatTreeSwitch fatSwitch,
int linkNo)
Sets a parent switch. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |