summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple/Throttle.hh
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2010-03-21 21:22:21 -0700
committerBrad Beckmann <Brad.Beckmann@amd.com>2010-03-21 21:22:21 -0700
commitb5e4c3cbf2de32e18029b44b16b307a773b6ecf7 (patch)
treeca2eed4f64e41cb2b59a62c7365dc34ac9723cf0 /src/mem/ruby/network/simple/Throttle.hh
parent6d22db4eaa6cfb73b4a393c9f180867cebe2328f (diff)
downloadgem5-b5e4c3cbf2de32e18029b44b16b307a773b6ecf7.tar.xz
ruby: Finally removed bash code cira. 2001ish!
Diffstat (limited to 'src/mem/ruby/network/simple/Throttle.hh')
-rw-r--r--src/mem/ruby/network/simple/Throttle.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/ruby/network/simple/Throttle.hh b/src/mem/ruby/network/simple/Throttle.hh
index 7b6d04353..20aeed820 100644
--- a/src/mem/ruby/network/simple/Throttle.hh
+++ b/src/mem/ruby/network/simple/Throttle.hh
@@ -63,7 +63,6 @@ public:
// Public Methods
void addLinks(const Vector<MessageBuffer*>& in_vec, const Vector<MessageBuffer*>& out_vec);
void wakeup();
- bool broadcastBandwidthAvailable(int rand) const;
void printStats(ostream& out) const;
void clearStats();
@@ -96,9 +95,6 @@ private:
Vector<int> m_units_remaining;
int m_sID;
NodeID m_node;
- int m_bash_counter;
- int m_bandwidth_since_sample;
- Time m_last_bandwidth_sample;
int m_link_bandwidth_multiplier;
int m_link_latency;
int m_wakeups_wo_switch;