diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-10-02 14:35:42 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-10-02 14:35:42 -0500 |
commit | 3c9d3b16d8aed879b1db682b1a7fe64f64b9cd7e (patch) | |
tree | 03433801705dc2492ef26a10ea23fb7a3d574d99 /src/mem/ruby/system/RubyPort.hh | |
parent | 95664da097aa364981d145c041530a3136510584 (diff) | |
download | gem5-3c9d3b16d8aed879b1db682b1a7fe64f64b9cd7e.tar.xz |
ruby: move functional access to ruby system
This patch moves the code for functional accesses to ruby system. This is
because the subsequent patches add support for making functional accesses
to the messages in the interconnect. Making those accesses from the ruby port
would be cumbersome.
Diffstat (limited to 'src/mem/ruby/system/RubyPort.hh')
-rw-r--r-- | src/mem/ruby/system/RubyPort.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/ruby/system/RubyPort.hh b/src/mem/ruby/system/RubyPort.hh index bb8ec7852..7cce6bac3 100644 --- a/src/mem/ruby/system/RubyPort.hh +++ b/src/mem/ruby/system/RubyPort.hh @@ -89,8 +89,6 @@ class RubyPort : public MemObject private: bool isPhysMemAddress(Addr addr); - bool doFunctionalRead(PacketPtr pkt); - bool doFunctionalWrite(PacketPtr pkt); }; friend class M5Port; |