lowRISC / style-guides

lowRISC Style Guides
Creative Commons Attribution 4.0 International
359 stars 122 forks source link

Parameter naming convention inconsistencies #63

Open colluca opened 1 year ago

colluca commented 1 year ago

The naming convention specifies module parameters should use the UpperCamelCase style:

https://github.com/lowRISC/style-guides/blob/7869b7d664f40dc6593bcfba747af51100fc8f7c/VerilogCodingStyle.md?plain=1#L992

But several examples in the guide inconsistently use the styling for constants:

https://github.com/lowRISC/style-guides/blob/7869b7d664f40dc6593bcfba747af51100fc8f7c/VerilogCodingStyle.md?plain=1#L656