ZHENGRONG WANG has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/67759?usp=email )

Change subject: ext: Fix typo in DRAMSIM2 Sconscript
......................................................................

ext: Fix typo in DRAMSIM2 Sconscript

ClockDoenv should be ClockDomain.

Change-Id: Ibcf3d0dc969624a4e20d86924ef834781b5bbf21
---
M ext/dramsim2/SConscript
1 file changed, 12 insertions(+), 1 deletion(-)



diff --git a/ext/dramsim2/SConscript b/ext/dramsim2/SConscript
index 95b999d..7eb178d 100644
--- a/ext/dramsim2/SConscript
+++ b/ext/dramsim2/SConscript
@@ -59,7 +59,7 @@
 DRAMFile('Bank.cpp')
 DRAMFile('BankState.cpp')
 DRAMFile('BusPacket.cpp')
-DRAMFile('ClockDoenv.cpp')
+DRAMFile('ClockDomain.cpp')
 DRAMFile('CommandQueue.cpp')
 DRAMFile('IniReader.cpp')
 DRAMFile('MemoryController.cpp')

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/67759?usp=email 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: Ibcf3d0dc969624a4e20d86924ef834781b5bbf21
Gerrit-Change-Number: 67759
Gerrit-PatchSet: 1
Gerrit-Owner: ZHENGRONG WANG <seanyukig...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to