mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
docs: Document parse-order-dependency for config files, bug1474
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
a281c00752
commit
3c67791624
@ -2444,6 +2444,10 @@ Configuration files are parsed after the normal Verilog preprocessing, so
|
||||
`ifdefs, `defines, and comments may be used as if it were normal Verilog
|
||||
code.
|
||||
|
||||
Note that file or line-specific configuration only applies to files read
|
||||
after the configuration file. It is therefore recommended to pass the
|
||||
configuration file to Verilator as first file.
|
||||
|
||||
The grammar of configuration commands is as follows:
|
||||
|
||||
=over 4
|
||||
|
Loading…
Reference in New Issue
Block a user