mirror of
https://github.com/verilator/verilator.git
synced 2025-04-16 01:26:54 +00:00
Commentary (#2996)
This commit is contained in:
parent
9f5eb8f66e
commit
fb561d925a
@ -418,8 +418,11 @@ Summary:
|
||||
fairly standard across Verilog tools.
|
||||
|
||||
The file may contain :code:`//` comments which are ignored to the end of
|
||||
the line. Any :code:`$VAR`, :code:`$(VAR)`, or :code:`${VAR}` will be
|
||||
replaced with the specified environment variable.
|
||||
the line. It may also contain :code:`/* .. */` comments which are
|
||||
ignored, be cautious that wildcards are not handled in -f files, and
|
||||
that :code:`directory/*` is the beginning of a comment, not a wildcard.
|
||||
Any :code:`$VAR`, :code:`$(VAR)`, or :code:`${VAR}` will be replaced
|
||||
with the specified environment variable.
|
||||
|
||||
.. option:: -FI <file>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user