Shivani Parekh has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33644 )

Change subject: mem-ruby: registerMasterIDs function
......................................................................

mem-ruby: registerMasterIDs function

Change-Id: I72b39f881da46e359846fae63f738a090ea5d9ca
---
M src/mem/ruby/system/RubySystem.cc
M src/mem/ruby/system/RubySystem.hh
2 files changed, 3 insertions(+), 3 deletions(-)



diff --git a/src/mem/ruby/system/RubySystem.cc b/src/mem/ruby/system/RubySystem.cc
index ba38552..eebe77e 100644
--- a/src/mem/ruby/system/RubySystem.cc
+++ b/src/mem/ruby/system/RubySystem.cc
@@ -128,7 +128,7 @@
 // constructor and there are functional reads/writes between init() and
 // startup().
 void
-RubySystem::registerMasterIDs()
+RubySystem::registerRequestorIDs()
 {
     // Create the map for MasterID to network node. This is done in init()
     // because all MasterIDs must be obtained in the constructor and
@@ -400,7 +400,7 @@
 void
 RubySystem::init()
 {
-    registerMasterIDs();
+    registerRequestorIDs();
 }

 void
diff --git a/src/mem/ruby/system/RubySystem.hh b/src/mem/ruby/system/RubySystem.hh
index d14b383..bb6234b 100644
--- a/src/mem/ruby/system/RubySystem.hh
+++ b/src/mem/ruby/system/RubySystem.hh
@@ -97,7 +97,7 @@
     void registerNetwork(Network*);
     void registerAbstractController(AbstractController*);
     void registerMachineID(const MachineID& mach_id, Network* network);
-    void registerMasterIDs();
+    void registerRequestorIDs();

     bool eventQueueEmpty() { return eventq->empty(); }
     void enqueueRubyEvent(Tick tick)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33644
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I72b39f881da46e359846fae63f738a090ea5d9ca
Gerrit-Change-Number: 33644
Gerrit-PatchSet: 1
Gerrit-Owner: Shivani Parekh <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to