Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/34576 )

Change subject: gpu: Fix a syntax error in X86GPUTLB.py.
......................................................................

gpu: Fix a syntax error in X86GPUTLB.py.

The recent changes which removed master/slave terminology also
accidentally deleted an "=", making the syntax in that file illegal.

Change-Id: I50aa945f0f66765db36775380b98a88caff23c13
---
M src/gpu-compute/X86GPUTLB.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/gpu-compute/X86GPUTLB.py b/src/gpu-compute/X86GPUTLB.py
index 45cb962..fee9b9a 100644
--- a/src/gpu-compute/X86GPUTLB.py
+++ b/src/gpu-compute/X86GPUTLB.py
@@ -77,6 +77,6 @@
     slave    = DeprecatedParam(cpu_side_ports,
                         '`slave` is now called `cpu_side_ports`')
     mem_side_ports = VectorRequestPort("Port on side closer to memory")
-    master   DeprecatedParam(mem_side_ports,
+    master   = DeprecatedParam(mem_side_ports,
                         '`master` is now called `mem_side_ports`')
     disableCoalescing = Param.Bool(False,"Dispable Coalescing")

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

Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v20.1.0.0
Gerrit-Change-Id: I50aa945f0f66765db36775380b98a88caff23c13
Gerrit-Change-Number: 34576
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to