Change default CVA6 config #3131
GitHub Actions / verible-verilog-lint
failed
Dec 16, 2024 in 0s
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (2)
hw/cheshire_soc.sv|736 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/cheshire_soc.sv|764 col 33| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(_[0-9]+)?) [Style: constants] [parameter-name-style]
Filtered Findings (0)
Annotations
Check warning on line 736 in hw/cheshire_soc.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_soc.sv#L736
Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]" location:{path:"hw/cheshire_soc.sv" range:{start:{line:736 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 764 in hw/cheshire_soc.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_soc.sv#L764
Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(_[0-9]+)?) [Style: constants] [parameter-name-style]
Raw output
message:"Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(_[0-9]+)?) [Style: constants] [parameter-name-style]" location:{path:"hw/cheshire_soc.sv" range:{start:{line:764 column:33}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Loading