Searched refs:do_dot (Results 1 - 2 of 2) sorted by relevance

/gem5/src/python/m5/
H A Dsimulate.py58 from m5.util.dot_writer import do_dot, do_dvfs_dot
113 do_dot(root, options.outdir, options.dot_config)
/gem5/src/python/m5/util/
H A Ddot_writer.py46 # view. The output generated by do_dot() is a DOT-based figure (as a
50 # generated, and then all edges are added. do_dot should be called
343 def do_dot(root, outdir, dotFilename): function

Completed in 6 milliseconds