mem: DRAMPower trace formatting script
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 30 Jun 2014 17:56:04 +0000 (13:56 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 30 Jun 2014 17:56:04 +0000 (13:56 -0400)
commit641e6028304187468b94753752555e9d082a77ac
tree6dbfa3a9420af128d5bf1da8b1d88020b5c6e37e
parent1f539ce4cca35a0e8f145a539509df34f4923100
mem: DRAMPower trace formatting script

This patch adds a first version of a script that processes the debug
output and generates a command trace for DRAMPower. This is work in
progress and is intended as a snapshot of ongoing work at this point.

The longer term plan is to link in DRAMPower as a library and have one
instance of the model per rank, and instantiate it based on a struct
passed from gem5. Each command will then be a call to the model and no
parsing of traces will be necessary.
util/drampower_trace.py [new file with mode: 0755]