1XML2STEMS(1)                  Filetype Conversion                 XML2STEMS(1)
2
3
4

NAME

6       xml2stems - Verilator XML to rtlbrowse stems conversion.
7

SYNTAX

9       xml2stems [option]... INFILE [OUTFILE]
10

DESCRIPTION

12       Converts  Verilator  XML  AST representation to stems file for use with
13       rtlbrowse.  Intended to replace vermin, and  in  the  future,  advanced
14       tool  features may possibly use additional data provided by the Verila‐
15       tor AST.  Using "-" as an input filename reads  from  stdin.   Omitting
16       the output filename outputs to stdout.
17

OPTIONS

19       -V,--vl_sim
20              Adds  TOP  hierarchy for Verilator sim.  Not necessary for other
21              simulators.
22
23       -h,--help
24              Display help then exit.
25

EXAMPLES

27       The following is a chain of commands to compile Verilog source and then
28       bring  up  gtkwave  and  rtlbrowse together for source code annotation.
29       This assumes the file des.fst was already generated from a prior  simu‐
30       lation.
31
32       verilator -Wno-fatal des.v -xml-only --bbox-sys
33
34       xml2stems obj_dir/Vdes.xml des.stems
35
36       gtkwave -t des.stems des.fst
37

AUTHORS

39       Anthony Bybell <bybell@rocketmail.com>
40

SEE ALSO

42       rtlbrowse(1) gtkwave(1) vermin(1)
43
44
45
46Anthony Bybell                      3.3.93                        XML2STEMS(1)
Impressum