Files
DRAMSys/.gitmodules
Éder F. Zulian 97c0c96c8b 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.
2016-06-22 12:32:24 +02:00

10 lines
525 B
Plaintext

[submodule "DRAMSys/simulator/src/common/third_party/DRAMPower"]
path = DRAMSys/simulator/src/common/third_party/DRAMPower
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
[submodule "DRAMSys/simulator/src/common/third_party/icewrapper"]
path = DRAMSys/simulator/src/common/third_party/icewrapper
url = https://github.com/myzinsky/IceWrapper.git