You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes the behavior when processing a Verilog preprocessor `include
directive.
1. When the argument contains a directive, a better error message is
issued. Other tools process (at least some) directives within the argument.
2. When the argument is a file name enclosed in " quotes, the character
sequence is used as is, and no string literal processing is performed. This
behavior matches what other tools implement.
Note that 1800-2017 does not specify the required behavior for either one of
these scenarios.
0 commit comments