ruby: send address ranges from RubyPort
authorTony Gutierrez <anthony.gutierrez@amd.com>
Wed, 17 Feb 2016 16:31:54 +0000 (11:31 -0500)
committerTony Gutierrez <anthony.gutierrez@amd.com>
Wed, 17 Feb 2016 16:31:54 +0000 (11:31 -0500)
src/mem/ruby/system/RubyPort.cc

index bf4002126d524d67215d2429f4dc8ccd7953c0db..d4fc9e3fe880525fcc020c36dfceda29f8c4c3f5 100644 (file)
@@ -84,6 +84,9 @@ RubyPort::init()
 {
     assert(m_controller != NULL);
     m_mandatory_q_ptr = m_controller->getMandatoryQueue();
+
+    for (const auto &s_port : slave_ports)
+        s_port->sendRangeChange();
 }
 
 BaseMasterPort &