From f6e3ab7bd4d6c27fd400c718bfe225b09a3b486b Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Sun, 10 Feb 2013 21:43:09 -0600 Subject: ruby: replace Time with Cycles in garnet fixed and flexible --- src/mem/ruby/network/simple/Throttle.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mem/ruby/network/simple') 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; }; -- cgit v1.2.3