Oliver Bründler
Oliver Bründler
How can I use openieee? As far as I could find out, it looks like openieee was developed as part of GHDL, right? Is there just a flag to pass...
See attached test case. [test_case.zip](https://github.com/user-attachments/files/17463649/test_case.zip)
@JHertz5 Sorry for the long delay, I was busy with some features and a conference. Yes, the fix seems fine. Could you ping me when it is released and let...
My wish would be for the tool to *not allow uppercase letters*. Acceptable: some_parameter someparameter Not acceptable: someParameter Someparameter SomeParameter I created a test-case. Follow-the steps below: 1. Checkout Open-Logic...
@JHertz5 Sounds sane. Please raise the related request and let me know once it is implemented, so I can add it to my config. In the meantime I will have...
@JHertz5 I tried to simplify the ./lint/config/vsg_config_overlay_vc.yml file as you suggested: ``` rule: group: case: case: lower architecture_025: names: ["a"] constant_600: disable: true function_017: case: lower case_exceptions: [] generic_600: disable:...
@JHertz5 Regarding the snail_case checking of function/procedure arguments in the function/procedure definition: Which rule does check this? My gut-feeling would be that there should be a separate rule to check...
> Hi @obruendl. I've put something together on [this branch](https://github.com/JHertz5/vhdl-style-guide/tree/issue-1251). Feel free to give it a try and let me know whether it works for you. The branch currently works...
@JHertz5 That I did not get any errors on wrong case for function argument makes sense - when I tested it, you didn't write me yet that you added a...
Furthermore: Did you also implement the additional rules for procedures? Are those the same numbers (procedure_507/508)?