Content-type: text/html Manpage of sysdot

sysdot

Section: Misc. Reference Manual Pages (l)
Updated: September 9, 2020
Index Return to Main Contents
 

NAME

sysdot - Graphical Segment Graph Visualizer for RISC  

SYNOPSIS

sysdot [ options ] segment_graph.dot  

DESCRIPTION

sysdot is an analysis tool for graphical visualization of the segment graph of a SystemC design model. sysdot displays DOT files generated by the RISC compiler and allows the user to interatively browse and inspect the graph of threads and their segments. sysdot also supports the visualization of segment conflicts when a corresponding data or event conflict file is provided.

For example, to view the segment graph of a design "example", compile the SystemC model with risc -risc:dump and visualize it with sysdot as follows:

risc -risc:dump example.cpp -o example

sysdot -cf example_data_conflict_table.html example_segment_graph.dot

sysdot opens a graphics window where the user can interactively zoom in/out of the segment graph, can select a subset of segments of interest, can inspect the possible transitions between segments, and also identify conflicting segments (if a conflict file is provided).  

ARGUMENTS

segment_graph.dot
specifies the file name of the input segment graph in DOT format.
 

OPTIONS

-h | --help prints a brief message on the usage of the tool and quits;
-cf conflict_file | --conflictFile conflict_file
specifies a conflict file in HTML format that corresponds to the input segment graph;
 

VERSION

sysdot is release version 0.6.2.  

AUTHORS

Jose Fonseca, Aditya Harit <adityah@uci.edu>  

COPYRIGHT

(c) 2020 CECS, University of California, Irvine  

LICENSE

Open source LGPL license terms apply.  

BUGS, LIMITATIONS

This is an academic proof-of-concept prototype implementation, not commercial-quality software.


 

Index

NAME
SYNOPSIS
DESCRIPTION
ARGUMENTS
OPTIONS
VERSION
AUTHORS
COPYRIGHT
LICENSE
BUGS, LIMITATIONS

This document was created by man2html, using the manual pages.
Time: 23:46:04 GMT, September 13, 2020