From e0e8b08a42210011205b52c3628749f60658e58c Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Thu, 9 Oct 2014 17:52:03 -0400 Subject: ext: Add DRAMPower to enable on-line DRAM power modelling This patch adds the open-source (BSD 3-clause) tool DRAMPower, commit 8d3cf4bbb10aa202d850ef5e5e3e4f53aa668fa6, to be built as a part of the simulator. We have chosen this specific version of DRAMPower as it provides the necessary functionality, and future updates will be coordinated with the DRAMPower development team. The files added only include the bits needed to build the library, thus excluding all memory specifications, traces, and the stand-alone DRAMPower command-line tool. A future patch includes the DRAMPower functionality in the DRAM controller, to enable on-line DRAM power modelling, and avoid using post-processing of traces. --- ext/drampower/test/libdrampowertest/commands.trace | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/drampower/test/libdrampowertest/commands.trace (limited to 'ext/drampower/test/libdrampowertest/commands.trace') diff --git a/ext/drampower/test/libdrampowertest/commands.trace b/ext/drampower/test/libdrampowertest/commands.trace new file mode 100644 index 000000000..3463586de --- /dev/null +++ b/ext/drampower/test/libdrampowertest/commands.trace @@ -0,0 +1,19 @@ +35,ACT,0 +50,RDA,0 +51,ACT,4 +66,RDA,4 +86,ACT,0 +101,RDA,0 +102,ACT,2 +117,RDA,2 +119,ACT,5 +134,RDA,5 +137,ACT,0 +152,RDA,0 +159,ACT,3 +174,RDA,3 +195,ACT,0 +210,RDA,0 +232,ACT,4 +247,WRA,4 +248,PDN_F_ACT,3 -- cgit v1.2.3