Searched refs:dst_inport (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/ruby/network/
H A DBasicLink.py59 dst_inport = Param.String("", "Inport direction at dst router") variable in class:BasicIntLink
H A DTopology.cc95 PortDirection dst_inport = int_link->params()->dst_inport; local
104 addLink(src, dst, int_link, src_outport, dst_inport);
H A DNetwork.hh108 PortDirection dst_inport) = 0;
/gem5/configs/topologies/
H A DMesh_XY.py127 dst_inport="West",
142 dst_inport="East",
157 dst_inport="South",
172 dst_inport="North",
H A DMeshDirCorners_XY.py164 dst_inport="West",
179 dst_inport="East",
194 dst_inport="South",
209 dst_inport="North",
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.hh69 PortDirection dst_inport);
H A DSimpleNetwork.cc110 PortDirection dst_inport)
107 makeInternalLink(SwitchID src, SwitchID dest, BasicLink* link, const NetDest& routing_table_entry, PortDirection src_outport, PortDirection dst_inport) argument

Completed in 10 milliseconds