verilator/test_regress/t/t_xml_output.out
Pieter Kapsenberg 4a122fd0f2 Add detailed location to XML output (#2122)
* Add detailed location to XML output

* Fixing build failures

* less cryptic regulary expressions

* correcting typo in test

* Adding file letter to the location attribute, and cleaning up the regular expression in the tests.

* Add remaining test expected output files for XML changes

* spacing fix, adding documentation on changes
2020-01-20 14:08:13 -05:00

25 lines
932 B
XML

<?xml version="1.0" ?>
<!-- DESCRIPTION: Verilator output: XML representation of netlist -->
<verilator_xml>
<files>
<file id="a" filename="&lt;built-in&gt;" language="1800-2017"/>
<file id="b" filename="&lt;command-line&gt;" language="1800-2017"/>
<file id="c" filename="input.vc" language="1800-2017"/>
<file id="d" filename="t/t_xml_output.v" language="1800-2017"/>
</files>
<module_files>
<file id="d" filename="t/t_xml_output.v" language="1800-2017"/>
</module_files>
<cells>
<cell fl="d6" name="m" submodname="m" hier="m"/>
</cells>
<netlist>
<module fl="d6" loc="d,6,8,6,9" name="m" origName="m">
<var fl="d7" loc="d,7,10,7,13" name="clk" tag="foo_op" dtype_id="1" dir="input" vartype="logic" origName="clk"/>
</module>
<typetable fl="a0" loc="a,0,0,0,0">
<basicdtype fl="d7" loc="d,7,10,7,13" id="1" name="logic"/>
</typetable>
</netlist>
</verilator_xml>