summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/RubyMemoryControl.hh
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2013-02-10 21:26:25 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2013-02-10 21:26:25 -0600
commitb742081cc13f31bb5ebb10739a2e37727d80a085 (patch)
treee76014a9cfcbbeb01c6b8998c8affba14f4933d3 /src/mem/ruby/system/RubyMemoryControl.hh
parent89f86dbd282066595f90a2163140b347f84aee44 (diff)
downloadgem5-b742081cc13f31bb5ebb10739a2e37727d80a085.tar.xz
ruby: replace Time with Cycles in Memory Controller
Diffstat (limited to 'src/mem/ruby/system/RubyMemoryControl.hh')
-rw-r--r--src/mem/ruby/system/RubyMemoryControl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/system/RubyMemoryControl.hh b/src/mem/ruby/system/RubyMemoryControl.hh
index bd94abaa6..68ef054e3 100644
--- a/src/mem/ruby/system/RubyMemoryControl.hh
+++ b/src/mem/ruby/system/RubyMemoryControl.hh
@@ -72,7 +72,7 @@ class RubyMemoryControl : public MemoryControl
std::string getDescription() { return m_description; };
// Called from the directory:
- void enqueue(const MsgPtr& message, int latency );
+ void enqueue(const MsgPtr& message, Cycles latency);
void enqueueMemRef(MemoryNode& memRef);
void dequeue();
const Message* peek();