Mahyar Samani has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/31869 )

Change subject: sim: Fixed port terminology in old DRAMsim3 sources.
......................................................................

sim: Fixed port terminology in old DRAMsim3 sources.

Change-Id: Ifecd5343ab04bd200264d1678a316d26cb750d52
---
M src/mem/dramsim3.cc
M src/mem/dramsim3.hh
2 files changed, 4 insertions(+), 4 deletions(-)



diff --git a/src/mem/dramsim3.cc b/src/mem/dramsim3.cc
index c739609..d29ce4a 100644
--- a/src/mem/dramsim3.cc
+++ b/src/mem/dramsim3.cc
@@ -171,7 +171,7 @@

     // potentially update the packets in our response queue as well
     for (auto i = responseQueue.begin(); i != responseQueue.end(); ++i)
-        pkt->checkFunctional(*i);
+        pkt->trySatisfyFunctional(*i);

     pkt->popLabel();
 }
@@ -334,7 +334,7 @@
         signalDrainDone();
 }

-BaseSlavePort&
+Port&
 DRAMsim3::getSlavePort(const std::string &if_name, PortID idx)
 {
     if (if_name != "port") {
diff --git a/src/mem/dramsim3.hh b/src/mem/dramsim3.hh
index e75fff4..ce5b443 100644
--- a/src/mem/dramsim3.hh
+++ b/src/mem/dramsim3.hh
@@ -199,8 +199,8 @@

     DrainState drain() override;

-    virtual BaseSlavePort& getSlavePort(const std::string& if_name,
- PortID idx = InvalidPortID) override;
+    virtual Port& getSlavePort(const std::string& if_name,
+                                      PortID idx = InvalidPortID) override;

     void init() override;
     void startup() override;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/31869
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: Ifecd5343ab04bd200264d1678a316d26cb750d52
Gerrit-Change-Number: 31869
Gerrit-PatchSet: 1
Gerrit-Owner: Mahyar Samani <[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