mem: Add utility script to plot DRAM efficiency sweep
authorAndreas Hansson <andreas.hansson@arm.com>
Wed, 3 Sep 2014 11:42:29 +0000 (07:42 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Wed, 3 Sep 2014 11:42:29 +0000 (07:42 -0400)
commit075640673963719b866e03b8ce311e221171fab6
treef66f74d352ed85e46c26235ed0ad1c8b646e123b
parent77c28cc3956d32282f71d8eadbd5fff0fec836e8
mem: Add utility script to plot DRAM efficiency sweep

This patch adds basic functionality to quickly visualise the output
from the DRAM efficiency script. There are some unfortunate hacks
needed to communicate the needed information from one script to the
other, and we fall back on (ab)using the simout to do this.

As part of this patch we also trim the efficiency sweep to stop at 512
bytes as this should be sufficient for all forseeable DRAMs.
configs/dram/sweep.py
util/dram_sweep_plot.py [new file with mode: 0755]