|
gem5
v19.0.0.0
|
#include "mem/ruby/network/simple/PerfectSwitch.hh"#include <algorithm>#include "base/cast.hh"#include "base/random.hh"#include "debug/RubyNetwork.hh"#include "mem/ruby/network/MessageBuffer.hh"#include "mem/ruby/network/simple/SimpleNetwork.hh"#include "mem/ruby/network/simple/Switch.hh"#include "mem/ruby/slicc_interface/Message.hh"Go to the source code of this file.
Functions | |
| bool | operator< (const LinkOrder &l1, const LinkOrder &l2) |
Variables | |
| const int | PRIORITY_SWITCH_LIMIT = 128 |
Definition at line 47 of file PerfectSwitch.cc.
References LinkOrder::m_value.
| const int PRIORITY_SWITCH_LIMIT = 128 |
Definition at line 43 of file PerfectSwitch.cc.
Referenced by PerfectSwitch::wakeup().