diff options
author | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-02-18 10:50:16 -0500 |
---|---|---|
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-02-18 10:50:16 -0500 |
commit | 5a88f0931fa1e222ed3ac3aff4046721c593ee3e (patch) | |
tree | fac32dff574660c22b12ce0add4fcd1bbc8597c1 /src/mem/ruby/system/RubyPort.hh | |
parent | a28a234069a0c38bb75ba051ef82e7b4400f133a (diff) | |
download | gem5-5a88f0931fa1e222ed3ac3aff4046721c593ee3e.tar.xz |
ruby: move range change send from RubyPort to derived classes.
Diffstat (limited to 'src/mem/ruby/system/RubyPort.hh')
-rw-r--r-- | src/mem/ruby/system/RubyPort.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/ruby/system/RubyPort.hh b/src/mem/ruby/system/RubyPort.hh index 6bd92b654..6c991c162 100644 --- a/src/mem/ruby/system/RubyPort.hh +++ b/src/mem/ruby/system/RubyPort.hh @@ -192,6 +192,8 @@ class RubyPort : public MemObject bool m_usingRubyTester; System* system; + std::vector<MemSlavePort *> slave_ports; + private: bool onRetryList(MemSlavePort * port) { @@ -212,7 +214,6 @@ class RubyPort : public MemObject /** Vector of M5 Ports attached to this Ruby port. */ typedef std::vector<MemSlavePort *>::iterator CpuPortIter; - std::vector<MemSlavePort *> slave_ports; std::vector<PioMasterPort *> master_ports; // |