From: Tony Gutierrez Date: Wed, 17 Feb 2016 16:31:54 +0000 (-0500) Subject: ruby: send address ranges from RubyPort X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=969babd26f475953e5f68033c5999bc9691bdc11;p=gem5.git ruby: send address ranges from RubyPort --- diff --git a/src/mem/ruby/system/RubyPort.cc b/src/mem/ruby/system/RubyPort.cc index bf4002126..d4fc9e3fe 100644 --- a/src/mem/ruby/system/RubyPort.cc +++ b/src/mem/ruby/system/RubyPort.cc @@ -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 &