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

Change subject: systemc: Update master/slave variables
......................................................................

systemc: Update master/slave variables

Change-Id: Ibcfeeeb134354dec9c9c5598248721cd58d3af01
---
M src/systemc/tests/tlm/multi_sockets/MultiSocketSimpleSwitchAT.h
M src/systemc/tlm_bridge/TlmBridge.py
2 files changed, 3 insertions(+), 3 deletions(-)



diff --git a/src/systemc/tests/tlm/multi_sockets/MultiSocketSimpleSwitchAT.h b/src/systemc/tests/tlm/multi_sockets/MultiSocketSimpleSwitchAT.h
index 3e03db3..f43218f 100644
--- a/src/systemc/tests/tlm/multi_sockets/MultiSocketSimpleSwitchAT.h
+++ b/src/systemc/tests/tlm/multi_sockets/MultiSocketSimpleSwitchAT.h
@@ -34,7 +34,7 @@
This class is a simple crossbar switch through which an arbitrary number of initiators
 may communicate in parallel as long as they do not talk to the same target.

-If two masters address the same target at the same point of time,
+If two requestors address the same target at the same point of time,
 the choice who will be allowed to communicate
is done non-deterministically (based on the SystemC process exectution order).

diff --git a/src/systemc/tlm_bridge/TlmBridge.py b/src/systemc/tlm_bridge/TlmBridge.py
index 1851464..0a2aaa7 100644
--- a/src/systemc/tlm_bridge/TlmBridge.py
+++ b/src/systemc/tlm_bridge/TlmBridge.py
@@ -37,7 +37,7 @@

     system = Param.System(Parent.any, "system")

-    gem5 = ResponsePort('gem5 slave port')
+    gem5 = ResponsePort('gem5 response port')
     addr_ranges = VectorParam.AddrRange([],
             'Addresses served by this port\'s TLM side')

@@ -49,7 +49,7 @@

     system = Param.System(Parent.any, "system")

-    gem5 = RequestPort('gem5 master port')
+    gem5 = RequestPort('gem5 request port')


 class Gem5ToTlmBridge32(Gem5ToTlmBridgeBase):

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33525
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: Ibcfeeeb134354dec9c9c5598248721cd58d3af01
Gerrit-Change-Number: 33525
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