misc: dot_writer fixup
authorTiago Muck <tiago.muck@arm.com>
Wed, 31 Oct 2018 21:39:44 +0000 (16:39 -0500)
committerTiago Mück <tiago.muck@arm.com>
Tue, 18 Jun 2019 23:12:06 +0000 (23:12 +0000)
commitb510f95f43fd0714b87899ee553ae9301b773dd2
tree3a1f3faf642ee934d29e963f1cfbe2eb821d9a79
parentd00aa3658498968f7dc2b586347771734af0d24a
misc: dot_writer fixup

In large configs the tooltip may be greater then the maximum line
size graphviz supports when parsing the dot file (typically 16k).
Adding '/' causes graphviz to break the string in multiple lines
while parsing and works around this limitation.

Change-Id: I16a0030127de4165080de97f5213309eed9fdeca
Signed-off-by: Tiago Mück <tiago.muck@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/19208
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/python/m5/util/dot_writer.py