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
It would be good if the generated code matched an existing style guide. I have a lot of experience with the Google C++ style guide @ https://google.github.io/styleguide/cppguide.html As you are using exceptions which the Google C++ style guide forbids, maybe that isn't a good match.
It would be good if the generated code matched an existing style guide. I have a lot of experience with the Google C++ style guide @ https://google.github.io/styleguide/cppguide.html As you are using exceptions which the Google C++ style guide forbids, maybe that isn't a good match.
Since this code is supposed to end up in VtR, generating something which matches the clang-format at https://github.com/SymbiFlow/vtr-verilog-to-routing/blob/master%2Bwip/.clang-format might be a good idea too.
The text was updated successfully, but these errors were encountered: