Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/29353 )

Change subject: tests: Update memory tests to be compatible with python3
......................................................................

tests: Update memory tests to be compatible with python3

Signed-off-by: Hoa Nguyen <hoangu...@ucdavis.edu>
Change-Id: I9bb7444c62e6b29e9c91dbf30320a38718f08b8c
---
M tests/gem5/memory/memtest-run.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/tests/gem5/memory/memtest-run.py b/tests/gem5/memory/memtest-run.py
index 74f4543..0cae42d 100644
--- a/tests/gem5/memory/memtest-run.py
+++ b/tests/gem5/memory/memtest-run.py
@@ -32,7 +32,7 @@
 #MAX CORES IS 8 with the fals sharing method
 nb_cores = 8
 cpus = [MemTest(max_loads = 1e5, progress_interval = 1e4)
-        for i in xrange(nb_cores) ]
+        for i in range(nb_cores) ]

 # system simulated
 system = System(cpu = cpus,

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

Gerrit-Project: public/gem5
Gerrit-Branch: release-staging-v20.0.0.0
Gerrit-Change-Id: I9bb7444c62e6b29e9c91dbf30320a38718f08b8c
Gerrit-Change-Number: 29353
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <hoangu...@ucdavis.edu>
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