Files
DRAMSys/install_prerequisites.sh

9 lines
244 B
Bash
Executable File

#!/bin/bash
mkdir -p dram/src/common/third_party/DRAMPower
cd dram/src/common/third_party/DRAMPower
wget "http://www.es.ele.tue.nl/drampower/DRAMPower3.1.zip"
unzip DRAMPower3.1.zip
mv DRAMPower3.1/* .
rm -r DRAMPower3.1
rm -r DRAMPower3.1.zip