Changing remote repository for DRAMPower submodule.
Before this change the remote repository was the official DRAMPower repo, so we were not able to push any of our changes. Now we can push our changes to our fork of DRAMPower and later we open pull requests in order to integrate them to the official repo.
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "DRAMSys/simulator/src/common/third_party/DRAMPower"]
|
||||
path = DRAMSys/simulator/src/common/third_party/DRAMPower
|
||||
url = https://github.com/ravenrd/DRAMPower.git
|
||||
url = https://github.com/tukl-msd/DRAMPower.git
|
||||
[submodule "DRAMSys/simulator/src/common/third_party/tinyxml2"]
|
||||
path = DRAMSys/simulator/src/common/third_party/tinyxml2
|
||||
url = https://github.com/leethomason/tinyxml2.git
|
||||
|
||||
Reference in New Issue
Block a user