json2stems - Man Page
Verilator JSON to rtlbrowse stems conversion.
Syntax
json2stems METAINFILE TREEINFILE OUTFILE
Description
Converts Verilator JSON AST representation to stems file for use with rtlbrowse. Intended to replace the obsolete xml2stems(1), and in the future, advanced tool features may possibly use additional data provided by the Verilator AST.
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 -json-only --bbox-sys
json2stems obj_dir/Vdes.tree.meta.json obj_dir/Vdes.tree.json des.stems
gtkwave -t des.stems des.fst
Authors
Leon Wandruschka <leon.wandruschka@outlook.com>
See Also
Info
3.3.125 Leon Wandruschka Filetype Conversion