docs: Document parse-order-dependency for config files, bug1474

Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Philipp Wagner 2019-07-06 18:09:08 -04:00 committed by Wilson Snyder
parent a281c00752
commit 3c67791624

View File

@ -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