misc: Bail out of DVFS dot if we cannot resolve the domains
authorSascha Bischoff <sascha.bischoff@arm.com>
Wed, 6 Apr 2016 16:55:17 +0000 (17:55 +0100)
committerSascha Bischoff <sascha.bischoff@arm.com>
Wed, 6 Apr 2016 16:55:17 +0000 (17:55 +0100)
commit1097aa1638dc3b1e009738932908ab5c253b461b
tree9e1a15cf79004d2def23409ad5167147c8763533
parentfd52a63e24fe047e1dafc48e5da9b4ce1b086c49
misc: Bail out of DVFS dot if we cannot resolve the domains

This changeset updates the dot output to bail out if it is unable to
resolve the voltage or clock domains (which will cause it to raise an
AttributeError). Additionally, the DVFS dot output is disabled by
default for speed purposes.

Minor fixup for 0aeca8f.
src/python/m5/main.py
src/python/m5/simulate.py
src/python/m5/util/dot_writer.py