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
I currently have not much time working on the project, so unless someone figures out the details and sends a Pull Request it might take a while.
I think there is a partial PR #1376 from a while back that was lost in review, but might be a starting point (it looks like it is full of merge conflicts, but I suppose most of it is due to files moving directories and underscores in filenames being dashes now, so the initial change might be easy to get started).
Describe the bug
Is it correct, that the preprocessor removes all spaces from defines?
To Reproduce
Command to execute
verible-verilog-preprocessor preprocess github.sv
Actual behavior:
Expected behavior
I would expect that the spaces are preserved in define's after reading #1528.
The text was updated successfully, but these errors were encountered: