aboutsummaryrefslogtreecommitdiff
path: root/ctags/docs/man/ctags-lang-verilog.7.html
blob: 2114fac1afa4b5cf2a9dcd26584a73597d4e437d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

    <title>ctags-lang-verilog &#8212; Universal Ctags 0.3.0 documentation</title>
    <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
    <link rel="stylesheet" type="text/css" href="../_static/classic.css" />
    
    <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
    <script src="../_static/jquery.js"></script>
    <script src="../_static/underscore.js"></script>
    <script src="../_static/doctools.js"></script>
    
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="ctags-lang-inko" href="ctags-lang-inko.7.html" />
    <link rel="prev" title="ctags-lang-python" href="ctags-lang-python.7.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="ctags-lang-inko.7.html" title="ctags-lang-inko"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="ctags-lang-python.7.html" title="ctags-lang-python"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">Universal Ctags 0.3.0 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../man-pages.html" accesskey="U">Man pages</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">ctags-lang-verilog</a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <section id="ctags-lang-verilog">
<span id="ctags-lang-verilog-7"></span><h1>ctags-lang-verilog<a class="headerlink" href="#ctags-lang-verilog" title="Permalink to this headline"></a></h1>
<p>The man page about SystemVerilog/Verilog parser for Universal Ctags</p>
<dl class="field-list simple">
<dt class="field-odd">Version</dt>
<dd class="field-odd"><p>5.9.0</p>
</dd>
<dt class="field-even">Manual group</dt>
<dd class="field-even"><p>Universal Ctags</p>
</dd>
<dt class="field-odd">Manual section</dt>
<dd class="field-odd"><p>7</p>
</dd>
</dl>
<section id="synopsis">
<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline"></a></h2>
<div class="line-block">
<div class="line"><strong>ctags</strong> … [--kinds-systemverilog=+Q] [--fields-SystemVerilog=+{parameter}] …</div>
<div class="line"><strong>ctags</strong> … [--fields-Verilog=+{parameter}] …</div>
</div>
<blockquote>
<div><table class="docutils align-default">
<colgroup>
<col style="width: 31%" />
<col style="width: 31%" />
<col style="width: 39%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Language</p></th>
<th class="head"><p>Language ID</p></th>
<th class="head"><p>File Mapping</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>SystemVerilog</p></td>
<td><p>SystemVerilog</p></td>
<td><p>.sv, .svh, svi</p></td>
</tr>
<tr class="row-odd"><td><p>Verilog</p></td>
<td><p>Verilog</p></td>
<td><p>.v</p></td>
</tr>
</tbody>
</table>
</div></blockquote>
</section>
<section id="description">
<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<p>This man page describes about the SystemVerilog/Verilog parser for Universal Ctags.
SystemVerilog parser supports IEEE Std 1800-2017 keywords.
Verilog parser supports IEEE Std 1364-2005 keywords.</p>
<section id="supported-kinds">
<h3>Supported Kinds<a class="headerlink" href="#supported-kinds" title="Permalink to this headline"></a></h3>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>ctags --list-kinds-full<span class="o">=</span>SystemVerilog
<span class="gp">#</span>LETTER NAME       ENABLED REFONLY NROLES MASTER DESCRIPTION
<span class="go">A       assert     yes     no      0      NONE   assertions (assert, assume, cover, restrict)</span>
<span class="go">C       class      yes     no      0      NONE   classes</span>
<span class="go">E       enum       yes     no      0      NONE   enumerators</span>
<span class="go">H       checker    yes     no      0      NONE   checkers</span>
<span class="go">I       interface  yes     no      0      NONE   interfaces</span>
<span class="go">K       package    yes     no      0      NONE   packages</span>
<span class="go">L       clocking   yes     no      0      NONE   clocking</span>
<span class="go">M       modport    yes     no      0      NONE   modports</span>
<span class="go">N       nettype    yes     no      0      NONE   nettype declarations</span>
<span class="go">O       constraint yes     no      0      NONE   constraints</span>
<span class="go">P       program    yes     no      0      NONE   programs</span>
<span class="go">Q       prototype  no      no      0      NONE   prototypes (extern, pure)</span>
<span class="go">R       property   yes     no      0      NONE   properties</span>
<span class="go">S       struct     yes     no      0      NONE   structs and unions</span>
<span class="go">T       typedef    yes     no      0      NONE   type declarations</span>
<span class="go">V       covergroup yes     no      0      NONE   covergroups</span>
<span class="go">b       block      yes     no      0      NONE   blocks (begin, fork)</span>
<span class="go">c       constant   yes     no      0      NONE   constants (define, parameter, specparam, enum values)</span>
<span class="go">e       event      yes     no      0      NONE   events</span>
<span class="go">f       function   yes     no      0      NONE   functions</span>
<span class="go">i       instance   yes     no      0      NONE   instances of module or interface</span>
<span class="go">l       ifclass    yes     no      0      NONE   interface class</span>
<span class="go">m       module     yes     no      0      NONE   modules</span>
<span class="go">n       net        yes     no      0      NONE   net data types</span>
<span class="go">p       port       yes     no      0      NONE   ports</span>
<span class="go">q       sequence   yes     no      0      NONE   sequences</span>
<span class="go">r       register   yes     no      0      NONE   variable data types</span>
<span class="go">t       task       yes     no      0      NONE   tasks</span>
<span class="go">w       member     yes     no      0      NONE   struct and union members</span>
</pre></div>
</div>
<p>Note that <code class="docutils literal notranslate"><span class="pre">prototype</span></code> (<code class="docutils literal notranslate"><span class="pre">Q</span></code>) is disabled by default.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>ctags --list-kinds-full<span class="o">=</span>Verilog
<span class="gp">#</span>LETTER NAME     ENABLED REFONLY NROLES MASTER DESCRIPTION
<span class="go">b       block    yes     no      0      NONE   blocks (begin, fork)</span>
<span class="go">c       constant yes     no      0      NONE   constants (define, parameter, specparam)</span>
<span class="go">e       event    yes     no      0      NONE   events</span>
<span class="go">f       function yes     no      0      NONE   functions</span>
<span class="go">i       instance yes     no      0      NONE   instances of module</span>
<span class="go">m       module   yes     no      0      NONE   modules</span>
<span class="go">n       net      yes     no      0      NONE   net data types</span>
<span class="go">p       port     yes     no      0      NONE   ports</span>
<span class="go">r       register yes     no      0      NONE   variable data types</span>
<span class="go">t       task     yes     no      0      NONE   tasks</span>
</pre></div>
</div>
</section>
<section id="supported-language-specific-fields">
<h3>Supported Language Specific Fields<a class="headerlink" href="#supported-language-specific-fields" title="Permalink to this headline"></a></h3>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>ctags --list-fields<span class="o">=</span>Verilog
<span class="gp">#</span>LETTER NAME      ENABLED LANGUAGE JSTYPE FIXED DESCRIPTION
<span class="go">-       parameter no      Verilog  --b    no    parameter whose value can be overridden.</span>
<span class="gp">$ </span>ctags --list-fields<span class="o">=</span>SystemVerilog
<span class="gp">#</span>LETTER NAME      ENABLED LANGUAGE      JSTYPE FIXED DESCRIPTION
<span class="go">-       parameter no      SystemVerilog --b    no    parameter whose value can be overridden.</span>
</pre></div>
</div>
<section id="parameter-field">
<h4><code class="docutils literal notranslate"><span class="pre">parameter</span></code> field<a class="headerlink" href="#parameter-field" title="Permalink to this headline"></a></h4>
<p>If the field <code class="docutils literal notranslate"><span class="pre">parameter</span></code> is enabled, a field <code class="docutils literal notranslate"><span class="pre">parameter:</span></code> is added on a parameter whose
value can be overridden on an instantiated module, interface, or program.
This is useful for a editor plugin or extension to enable auto-instantiation of modules with
parameters which can be overridden.</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>ctags ... --fields-Verilog<span class="o">=</span>+<span class="o">{</span>parameter<span class="o">}</span> ...
<span class="gp">$ </span>ctags ... --fields-SystemVerilog<span class="o">=</span>+<span class="o">{</span>parameter<span class="o">}</span> ...
</pre></div>
</div>
<p>On the following source code fields <code class="docutils literal notranslate"><span class="pre">parameter:</span></code> are added on
parameters <code class="docutils literal notranslate"><span class="pre">P*</span></code>, not on ones <code class="docutils literal notranslate"><span class="pre">L*</span></code>.  Note that <code class="docutils literal notranslate"><span class="pre">L4</span></code> and <code class="docutils literal notranslate"><span class="pre">L6</span></code> is declared by
<code class="docutils literal notranslate"><span class="pre">parameter</span></code> statement, but fields <code class="docutils literal notranslate"><span class="pre">parameter:</span></code> are not added,
because they cannot be overridden.</p>
<p>“input.sv”</p>
<div class="highlight-systemverilog notranslate"><div class="highlight"><pre><span></span><span class="c1">// compilation unit scope</span>
<span class="k">parameter</span> <span class="n">L1</span> <span class="o">=</span> <span class="s">&quot;synonym for the localparam&quot;</span><span class="p">;</span>

<span class="k">module</span> <span class="n">with_parameter_port_list</span> <span class="p">#(</span>
        <span class="n">P1</span><span class="p">,</span>
        <span class="k">localparam</span> <span class="n">L2</span> <span class="o">=</span> <span class="n">P1</span><span class="o">+</span><span class="mi">1</span><span class="p">,</span>
        <span class="k">parameter</span> <span class="n">P2</span><span class="p">)</span>
        <span class="p">(</span> <span class="cm">/*port list...*/</span> <span class="p">);</span>
        <span class="k">parameter</span>  <span class="n">L3</span> <span class="o">=</span> <span class="s">&quot;synonym for the localparam&quot;</span><span class="p">;</span>
        <span class="k">localparam</span> <span class="n">L4</span> <span class="o">=</span> <span class="s">&quot;localparam&quot;</span><span class="p">;</span>
        <span class="c1">// ...</span>
<span class="k">endmodule</span>

<span class="k">module</span> <span class="n">with_empty_parameter_port_list</span> <span class="p">#()</span>
        <span class="p">(</span> <span class="cm">/*port list...*/</span> <span class="p">);</span>
        <span class="k">parameter</span>  <span class="n">L5</span> <span class="o">=</span> <span class="s">&quot;synonym for the localparam&quot;</span><span class="p">;</span>
        <span class="k">localparam</span> <span class="n">L6</span> <span class="o">=</span> <span class="s">&quot;localparam&quot;</span><span class="p">;</span>
        <span class="c1">// ...</span>
<span class="k">endmodule</span>

<span class="k">module</span> <span class="n">no_parameter_port_list</span>
        <span class="p">(</span> <span class="cm">/*port list...*/</span> <span class="p">);</span>
        <span class="k">parameter</span>  <span class="n">P3</span> <span class="o">=</span> <span class="s">&quot;parameter&quot;</span><span class="p">;</span>
        <span class="k">localparam</span> <span class="n">L7</span> <span class="o">=</span> <span class="s">&quot;localparam&quot;</span><span class="p">;</span>
        <span class="c1">// ...</span>
<span class="k">endmodule</span>
</pre></div>
</div>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>ctags -uo - --fields-SystemVerilog<span class="o">=</span>+<span class="o">{</span>parameter<span class="o">}</span> input.sv
<span class="go">L1      input.sv        /^parameter L1 = &quot;synonym for the localparam&quot;;$/;&quot;      c       parameter:</span>
<span class="go">with_parameter_port_list        input.sv        /^module with_parameter_port_list #($/;&quot;        m</span>
<span class="go">P1      input.sv        /^      P1,$/;&quot; c       module:with_parameter_port_list parameter:</span>
<span class="go">L2      input.sv        /^      localparam L2 = P1+1,$/;&quot;       c       module:with_parameter_port_list</span>
<span class="go">P2      input.sv        /^      parameter P2)$/;&quot;       c       module:with_parameter_port_list parameter:</span>
<span class="go">L3      input.sv        /^      parameter  L3 = &quot;synonym for the localparam&quot;;$/;&quot;       c       module:with_parameter_port_list</span>
<span class="go">L4      input.sv        /^      localparam L4 = &quot;localparam&quot;;$/;&quot;       c       module:with_parameter_port_list</span>
<span class="go">with_empty_parameter_port_list  input.sv        /^module with_empty_parameter_port_list #()$/;&quot; m</span>
<span class="go">L5      input.sv        /^      parameter  L5 = &quot;synonym for the localparam&quot;;$/;&quot;       c       module:with_empty_parameter_port_list</span>
<span class="go">L6      input.sv        /^      localparam L6 = &quot;localparam&quot;;$/;&quot;       c       module:with_empty_parameter_port_list</span>
<span class="go">no_parameter_port_list  input.sv        /^module no_parameter_port_list$/;&quot;     m</span>
<span class="go">P3      input.sv        /^      parameter  P3 = &quot;parameter&quot;;$/;&quot;        c       module:no_parameter_port_list   parameter:</span>
<span class="go">L7      input.sv        /^      localparam L7 = &quot;localparam&quot;;$/;&quot;       c       module:no_parameter_port_list</span>
</pre></div>
</div>
</section>
</section>
<section id="tips">
<h3>TIPS<a class="headerlink" href="#tips" title="Permalink to this headline"></a></h3>
<p>If you want to map files <code class="docutils literal notranslate"><span class="pre">*.v</span></code> to SystemVerilog, add
<code class="docutils literal notranslate"><span class="pre">--langmap=SystemVerilog:.v</span></code> option.</p>
</section>
</section>
<section id="known-issues">
<h2>KNOWN ISSUES<a class="headerlink" href="#known-issues" title="Permalink to this headline"></a></h2>
<p>See <a class="reference external" href="https://github.com/universal-ctags/ctags/issues/2674">https://github.com/universal-ctags/ctags/issues/2674</a> for more information.</p>
</section>
<section id="see-also">
<h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p><a class="reference internal" href="ctags.1.html#ctags-1"><span class="std std-ref">ctags(1)</span></a></p></li>
<li><p><a class="reference internal" href="ctags-client-tools.7.html#ctags-client-tools-7"><span class="std std-ref">ctags-client-tools(7)</span></a></p></li>
<li><dl class="simple">
<dt>Language Reference Manuals (LRM)</dt><dd><ul>
<li><p>IEEE Standard for SystemVerilog — Unified Hardware Design, Specification, and
Verification Language, IEEE Std 1800-2017,
<a class="reference external" href="https://ieeexplore.ieee.org/document/8299595">https://ieeexplore.ieee.org/document/8299595</a></p></li>
<li><p>IEEE Standard for Verilog Hardware Description Language, IEEE Std 1364-2005,
<a class="reference external" href="https://ieeexplore.ieee.org/document/1620780">https://ieeexplore.ieee.org/document/1620780</a></p></li>
</ul>
</dd>
</dl>
</li>
</ul>
</section>
</section>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../index.html">Table of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">ctags-lang-verilog</a><ul>
<li><a class="reference internal" href="#synopsis">SYNOPSIS</a></li>
<li><a class="reference internal" href="#description">DESCRIPTION</a><ul>
<li><a class="reference internal" href="#supported-kinds">Supported Kinds</a></li>
<li><a class="reference internal" href="#supported-language-specific-fields">Supported Language Specific Fields</a><ul>
<li><a class="reference internal" href="#parameter-field"><code class="docutils literal notranslate"><span class="pre">parameter</span></code> field</a></li>
</ul>
</li>
<li><a class="reference internal" href="#tips">TIPS</a></li>
</ul>
</li>
<li><a class="reference internal" href="#known-issues">KNOWN ISSUES</a></li>
<li><a class="reference internal" href="#see-also">SEE ALSO</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="ctags-lang-python.7.html"
                        title="previous chapter">ctags-lang-python</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="ctags-lang-inko.7.html"
                        title="next chapter">ctags-lang-inko</a></p>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" />
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="ctags-lang-inko.7.html" title="ctags-lang-inko"
             >next</a> |</li>
        <li class="right" >
          <a href="ctags-lang-python.7.html" title="ctags-lang-python"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">Universal Ctags 0.3.0 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../man-pages.html" >Man pages</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">ctags-lang-verilog</a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2015, Universal Ctags Team.
      Last updated on 11 Jun 2021.
      Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.0.2.
    </div>
  </body>
</html>