Bobby R. Bruce has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/49612 )


11 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Change subject: configs,python: Fix test_board 'setup_memory_ranges()' call
......................................................................

configs,python: Fix test_board 'setup_memory_ranges()' call

Change-Id: I8e02b8bfbfa4b0efdb173dd3ab39bb458a169a57
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49612
Tested-by: kokoro <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M components_library/boards/test_board.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/components_library/boards/test_board.py b/components_library/boards/test_board.py
index b64e514..bbfad49 100644
--- a/components_library/boards/test_board.py
+++ b/components_library/boards/test_board.py
@@ -72,7 +72,7 @@
         self.system_port = port

     def connect_things(self) -> None:
-        self.set_memory_ranges()
+        self.setup_memory_ranges()

         self.get_cache_hierarchy().incorporate_cache(self)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/49612
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: I8e02b8bfbfa4b0efdb173dd3ab39bb458a169a57
Gerrit-Change-Number: 49612
Gerrit-PatchSet: 19
Gerrit-Owner: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
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