----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3352/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- misc: Add secondary dot output for DVFS domains This patch adds a secondary dot output file which shows the DVFS domains. This has been done separately for now to avoid cluttering the already existing diagram. Due to the way that the clock domains are assigned to components in gem5, this output must be generated after the C++ objects have been instantiated. This further motivates the need to generate this file separately to the current dot output, and not to replace it entirely. Diffs ----- src/python/m5/main.py 31c5786945b447b372c3b7d346aea8fa6208577c src/python/m5/simulate.py 31c5786945b447b372c3b7d346aea8fa6208577c src/python/m5/util/dot_writer.py 31c5786945b447b372c3b7d346aea8fa6208577c Diff: http://reviews.gem5.org/r/3352/diff/ Testing ------- Thanks, Curtis Dunham _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
