Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XML2STEMS(1)		       Filetype Conversion		    XML2STEMS(1)

NAME
     xml2stems - Verilator XML to rtlbrowse stems conversion.

SYNTAX
     xml2stems [option]... INFILE [OUTFILE]

DESCRIPTION
     Converts  Verilator  XML AST representation to stems file for use with rtl-
     browse.  Intended to replace the obsolete vermin, and in  the  future,  ad-
     vanced tool features may possibly use additional data provided by the Veri-
     lator  AST.  Using "-" as an input filename reads from stdin.  Omitting the
     output filename outputs to stdout.

OPTIONS
     -V,--vl_sim
	    Adds TOP hierarchy for Verilator sim.  Not necessary for other simu-
	    lators.

     -h,--help
	    Display help then exit.

EXAMPLES
     The following is a chain of commands to compile  Verilog  source  and  then
     bring  up	gtkwave and rtlbrowse together for source code annotation.  This
     assumes the file des.fst was already generated from a prior simulation.

     verilator -Wno-fatal des.v -xml-only --bbox-sys

     xml2stems obj_dir/Vdes.xml des.stems

     gtkwave -t des.stems des.fst

AUTHORS
     Anthony Bybell <bybell@rocketmail.com>

SEE ALSO
     rtlbrowse(1) gtkwave(1)

Anthony Bybell			     3.3.93			    XML2STEMS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xml2stems&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help