DOT: improved dot-based system visualization
authorUri Wiener <uri.wiener@arm.com>
Thu, 10 May 2012 23:04:27 +0000 (18:04 -0500)
committerUri Wiener <uri.wiener@arm.com>
Thu, 10 May 2012 23:04:27 +0000 (18:04 -0500)
commit29a5e6ff35a10c4351cb857ce2be0031791e5d5d
tree4c264d4cb1714e5069c6faa42ad7c71676e70e8a
parentcb1b63ea61c597e680adf80540ad65abeceb76a8
DOT: improved dot-based system visualization
Revised system visualization to reflect structure and memory hierarchy.
Improved visualization: less congested and cluttered; more colorful.
Nodes reflect components; directed edges reflect dirctional relation, from
a master port to a slave port. Requires pydot.
src/python/SConscript
src/python/m5/SimObject.py
src/python/m5/simulate.py
src/python/m5/util/dot_writer.py [new file with mode: 0644]