gem5/src/mem/ruby/network
Nathan Binkert dd133c7b24 ruby: get rid of PrioHeap and use STL
One big difference is that PrioHeap puts the smallest element at the
top of the heap, whereas stl puts the largest element on top, so I
changed all comparisons so they did the right thing.

Some usage of PrioHeap was simply changed to a std::vector, using sort
at the right time, other usage had me just use the various heap functions
in the stl.
2010-06-10 23:17:07 -07:00
..
garnet ruby: get rid of PrioHeap and use STL 2010-06-10 23:17:07 -07:00
orion orion: Make declarations match definition 2010-03-16 08:15:16 -07:00
simple ruby: get rid of the Map class 2010-06-10 23:17:07 -07:00
topologies style: another ruby style pass 2010-03-31 16:56:45 -07:00
Network.cc ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
Network.hh ruby: get rid of Vector and use STL 2010-06-10 23:17:07 -07:00
Network.py ruby: Reorganized Ruby topology and protocol files 2010-03-21 21:22:22 -07:00
SConscript ruby: Convert most Ruby objects to M5 SimObjects. 2010-01-29 20:29:17 -08:00