WIP small changes to test stuff out #3016
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (19)
hw/cheshire_idma_wrap.sv|323 col 27| 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]
hw/cheshire_idma_wrap.sv|324 col 27| 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]
hw/cheshire_idma_wrap.sv|325 col 27| 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]
hw/cheshire_idma_wrap.sv|326 col 27| 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]
hw/cheshire_idma_wrap.sv|330 col 27| 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]
hw/cheshire_idma_wrap.sv|331 col 27| 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]
hw/cheshire_idma_wrap.sv|332 col 27| 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]
hw/cheshire_idma_wrap.sv|336 col 27| 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]
hw/cheshire_idma_wrap.sv|337 col 27| 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]
hw/cheshire_idma_wrap.sv|338 col 27| 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]
hw/cheshire_idma_wrap.sv|338 col 101| Line length exceeds max: 100; is: 181 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|339 col 27| 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]
hw/cheshire_idma_wrap.sv|339 col 101| Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|340 col 27| 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]
hw/cheshire_idma_wrap.sv|343 col 27| 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]
hw/cheshire_idma_wrap.sv|344 col 27| 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]
hw/cheshire_idma_wrap.sv|347 col 101| Line length exceeds max: 100; is: 138 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|418 col 101| Line length exceeds max: 100; is: 132 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|485 col 101| Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
Filtered Findings (0)
Annotations
Check warning on line 323 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L323
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_idma_wrap.sv" range:{start:{line:323 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 324 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L324
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_idma_wrap.sv" range:{start:{line:324 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 325 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L325
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_idma_wrap.sv" range:{start:{line:325 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 326 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L326
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_idma_wrap.sv" range:{start:{line:326 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 330 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L330
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_idma_wrap.sv" range:{start:{line:330 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 331 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L331
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_idma_wrap.sv" range:{start:{line:331 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 332 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L332
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_idma_wrap.sv" range:{start:{line:332 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 336 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L336
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_idma_wrap.sv" range:{start:{line:336 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 337 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L337
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_idma_wrap.sv" range:{start:{line:337 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 338 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L338
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_idma_wrap.sv" range:{start:{line:338 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 338 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L338
Line length exceeds max: 100; is: 181 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 181 [Style: line-length] [line-length]" location:{path:"hw/cheshire_idma_wrap.sv" range:{start:{line:338 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 339 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L339
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_idma_wrap.sv" range:{start:{line:339 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 339 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L339
Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]" location:{path:"hw/cheshire_idma_wrap.sv" range:{start:{line:339 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 340 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L340
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_idma_wrap.sv" range:{start:{line:340 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 343 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L343
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_idma_wrap.sv" range:{start:{line:343 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 344 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L344
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_idma_wrap.sv" range:{start:{line:344 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 347 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L347
Line length exceeds max: 100; is: 138 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 138 [Style: line-length] [line-length]" location:{path:"hw/cheshire_idma_wrap.sv" range:{start:{line:347 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 418 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L418
Line length exceeds max: 100; is: 132 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 132 [Style: line-length] [line-length]" location:{path:"hw/cheshire_idma_wrap.sv" range:{start:{line:418 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 485 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L485
Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]" location:{path:"hw/cheshire_idma_wrap.sv" range:{start:{line:485 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}