DOT: improved dot-based system visualization
Review Request #1177 - Created May 2, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 8983:2d964402b9fc --------------------------- 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.
Ship It!
Posted (May 2, 2012, 8:52 a.m.)
I won't block this, but I'd really like to see this dot code moved out into its own file. The SimObject stuff is complicated enough as it is. Also, didn't we talk about you generating the dot from the JSON output? Did that not work? Can you create some generic generator type code that could generally be used by dot and other things for traversing the graph?
