summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2013-02-10 21:43:09 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2013-02-10 21:43:09 -0600
commitf6e3ab7bd4d6c27fd400c718bfe225b09a3b486b (patch)
tree2caf127834234cf6e6bcaef279f179d08ce385da /src/mem/ruby/network/simple
parent9d6d6c67180533464fc839a8a6da182226cb3ee2 (diff)
downloadgem5-f6e3ab7bd4d6c27fd400c718bfe225b09a3b486b.tar.xz
ruby: replace Time with Cycles in garnet fixed and flexible
Diffstat (limited to 'src/mem/ruby/network/simple')
-rw-r--r--src/mem/ruby/network/simple/Throttle.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/network/simple/Throttle.hh b/src/mem/ruby/network/simple/Throttle.hh
index b75161164..4a84227fb 100644
--- a/src/mem/ruby/network/simple/Throttle.hh
+++ b/src/mem/ruby/network/simple/Throttle.hh
@@ -108,7 +108,7 @@ class Throttle : public Consumer
int m_endpoint_bandwidth;
// For tracking utilization
- Time m_ruby_start;
+ Cycles m_ruby_start;
double m_links_utilized;
};