File: t_xml_output.out

package info (click to toggle)
verilator 5.038-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 162,552 kB
  • sloc: cpp: 139,204; python: 20,931; ansic: 10,222; yacc: 6,000; lex: 1,925; makefile: 1,260; sh: 494; perl: 282; fortran: 22
file content (24 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" ?>
<!-- DESCRIPTION: Verilator output: XML representation of netlist -->
<verilator_xml>
  <files>
    <file id="a" filename="&lt;built-in&gt;" language="1800-2023"/>
    <file id="b" filename="&lt;command-line&gt;" language="1800-2023"/>
    <file id="c" filename="input.vc" language="1800-2023"/>
    <file id="d" filename="t/t_xml_output.v" language="1800-2023"/>
  </files>
  <module_files>
    <file id="d" filename="t/t_xml_output.v" language="1800-2023"/>
  </module_files>
  <cells>
    <cell loc="d,7,8,7,9" name="m" submodname="m" hier="m"/>
  </cells>
  <netlist>
    <module loc="d,7,8,7,9" name="m" origName="m">
      <var loc="d,8,10,8,13" name="clk" tag="foo_op" dtype_id="1" dir="input" pinIndex="1" vartype="logic" origName="clk"/>
    </module>
    <typetable loc="a,0,0,0,0">
      <basicdtype loc="d,8,10,8,13" id="1" name="logic"/>
    </typetable>
  </netlist>
</verilator_xml>