1XML2STEMS(1) Filetype Conversion XML2STEMS(1)
2
3
4
6 xml2stems - Verilator XML to rtlbrowse stems conversion.
7
9 xml2stems [option]... INFILE [OUTFILE]
10
12 Converts Verilator XML AST representation to stems file for use with
13 rtlbrowse. Intended to replace the obsolete vermin, and in the future,
14 advanced tool features may possibly use additional data provided by the
15 Verilator AST. Using "-" as an input filename reads from stdin. Omit‐
16 ting the output filename outputs to stdout.
17
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
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
39 Anthony Bybell <bybell@rocketmail.com>
40
42 rtlbrowse(1) gtkwave(1)
43
44
45
46Anthony Bybell 3.3.93 XML2STEMS(1)