configs: Add a lat_mem_rd style test script
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 8 Mar 2016 22:51:02 +0000 (17:51 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 8 Mar 2016 22:51:02 +0000 (17:51 -0500)
commit48d07b3fa3984d3841b7d55e67b5e0dcb3d4693a
tree6de9831bfcf8e7a334acbaf77eb7f6e6af385ca5
parentfcbc208bb3528b632d09912e447c20c5d193c00a
configs: Add a lat_mem_rd style test script

This patch adds a config script that broadly replicates the behaviour
of lat_mem_rd. The test is based on traffic generators, and as such we
simply randomise addresses in increasingly large ranges, and play them
back using the trace functionality of the traffic generator.

The test script is accompanied by a post-processing and visualisation
script. At the moment no configurability is added to tweak the memory
hierarchy, but a follow on patch could easily extend the
functionality.
configs/dram/lat_mem_rd.py [new file with mode: 0644]
util/dram_lat_mem_rd_plot.py [new file with mode: 0755]