diff options
author | Derek Hower <drh5@cs.wisc.edu> | 2009-09-10 22:02:13 -0500 |
---|---|---|
committer | Derek Hower <drh5@cs.wisc.edu> | 2009-09-10 22:02:13 -0500 |
commit | 1e40ee4ea081908782dd7ba159b9f680d933855c (patch) | |
tree | 86ea0a84a133b237eb1cd4c0f790765ae08905fb /src/mem/ruby/system/RubyPort.hh | |
parent | ca0e0c368357f1e31b69c92ada4e3021b84d5560 (diff) | |
parent | 0637fe0bfd626711b2535cbdf5c40ba67fa7cdfe (diff) | |
download | gem5-1e40ee4ea081908782dd7ba159b9f680d933855c.tar.xz |
Automated merge with ssh://hg@m5sim.org/m5
Diffstat (limited to 'src/mem/ruby/system/RubyPort.hh')
-rw-r--r-- | src/mem/ruby/system/RubyPort.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/ruby/system/RubyPort.hh b/src/mem/ruby/system/RubyPort.hh index 2f391070f..cc7fd8d1f 100644 --- a/src/mem/ruby/system/RubyPort.hh +++ b/src/mem/ruby/system/RubyPort.hh @@ -21,6 +21,8 @@ public: virtual int64_t makeRequest(const RubyRequest & request) = 0; + virtual bool isReady(const RubyRequest & request, bool dont_set = false) = 0; + void registerHitCallback(void (*hit_callback)(int64_t request_id)) { assert(m_hit_callback == NULL); // can't assign hit_callback twice m_hit_callback = hit_callback; |