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

Change subject: sim: Fixed issue with importing AbstractMemory in DRAMsim3.py.
......................................................................

sim: Fixed issue with importing AbstractMemory in DRAMsim3.py.

Change-Id: I3c81e643d31fe5d13a7ed22d5b93574ac16506a6
---
M src/mem/DRAMsim3.py
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/mem/DRAMsim3.py b/src/mem/DRAMsim3.py
index 3b00192..13a7032 100644
--- a/src/mem/DRAMsim3.py
+++ b/src/mem/DRAMsim3.py
@@ -36,7 +36,7 @@
 # Authors: Andreas Hansson

 from m5.params import *
-from AbstractMemory import *
+from m5.objects.AbstractMemory import *

 # A wrapper for DRAMSim2 multi-channel memory controller
 class DRAMsim3(AbstractMemory):

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