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
Sorry if I'm choose a wrong issue type. The issue is related to SystemVerilog preprocessor. After preprocessing include directives, a whitespace should be kept after each define. Please help.
Describe the bug
Sorry if I'm choose a wrong issue type. The issue is related to SystemVerilog preprocessor. After preprocessing
include directives, a whitespace should be kept after each
define. Please help.Short summary.
The whitespace should be kept after `define.
To Reproduce
The included code is like:
included.v:
After preprocessing top.v, the output would be:
Include any options used.
Actual behavior:
The file can be preprocessed without error, but the result is not fully expected.
Did it reject valid code? or crash?
No
Expected behavior
The whitespace after `define should be kept, or it will be invalid code.
A clear and concise description of what you expected to happen. Citations to the
SystemVerilog-2017 Standard (LRM)
would help.
The text was updated successfully, but these errors were encountered: