gem5/configs/ruby
Brad Beckmann 8733ed4b7d network: basic link bw for garnet and simple networks
This patch ensures that both Garnet and the simple networks use the bw value
specified in the topology.  To do so, the patch generalizes the specification
of bw for basic links.  This value is then translated to the specific value
used by the simple and Garnet networks.  Since Garent does not support
non-uniformed link bandwidth, the patch also adds a check to ensure all bws are
equal.

--HG--
rename : src/mem/ruby/network/BasicLink.cc => src/mem/ruby/network/simple/SimpleLink.cc
rename : src/mem/ruby/network/BasicLink.hh => src/mem/ruby/network/simple/SimpleLink.hh
rename : src/mem/ruby/network/BasicLink.py => src/mem/ruby/network/simple/SimpleLink.py
2011-04-28 17:18:14 -07:00
..
MESI_CMP_directory.py network: convert links & switches to first class C++ SimObjects 2011-04-28 17:18:14 -07:00
MI_example.py network: convert links & switches to first class C++ SimObjects 2011-04-28 17:18:14 -07:00
MOESI_CMP_directory.py network: convert links & switches to first class C++ SimObjects 2011-04-28 17:18:14 -07:00
MOESI_CMP_token.py network: convert links & switches to first class C++ SimObjects 2011-04-28 17:18:14 -07:00
MOESI_hammer.py network: convert links & switches to first class C++ SimObjects 2011-04-28 17:18:14 -07:00
Network_test.py network: convert links & switches to first class C++ SimObjects 2011-04-28 17:18:14 -07:00
Ruby.py network: basic link bw for garnet and simple networks 2011-04-28 17:18:14 -07:00