verilator/test_regress/t/t_xml_output.out
Pieter Kapsenberg 957c1d606b Add detailed XML location to cell elements, #2134, #2122.
This was accidentally omitted from the previous PR #2122.
2020-01-22 07:18:50 -05:00

25 lines
948 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" loc="d,6,8,6,9" 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>