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
Verilog: allow whitespace between macro and arguments
Verilog allows whitespace between the macro identifier and the parentheses
when using a macro with parameters.
Verilog disallows whitespace between the macro identifier and the
parentheses when defining a macro with parameters. When whitespace is
present, the macro is interpreted as a macro without parameters.
0 commit comments