bench: Update the different benchmarks #3227
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (19)
hw/cheshire_idma_wrap.sv|299 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|300 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|301 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|302 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|306 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|307 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|308 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|312 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|313 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|314 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|314 col 101| Line length exceeds max: 100; is: 156 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|315 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|315 col 101| Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|316 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|319 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|320 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|323 col 101| Line length exceeds max: 100; is: 138 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|394 col 101| Line length exceeds max: 100; is: 132 [Style: line-length] [line-length]
hw/cheshire_idma_wrap.sv|461 col 101| Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
Filtered Findings (0)
Annotations
Check warning on line 299 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L299
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:299 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 300 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L300
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:300 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 301 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L301
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:301 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 302 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L302
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:302 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 306 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L306
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:306 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 307 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L307
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:307 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 308 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L308
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:308 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 312 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L312
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:312 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 313 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L313
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:313 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 314 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L314
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:314 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 314 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L314
Line length exceeds max: 100; is: 156 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 156 [Style: line-length] [line-length]" location:{path:"hw/cheshire_idma_wrap.sv" range:{start:{line:314 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 315 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L315
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:315 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 315 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L315
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:315 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 316 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L316
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:316 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 319 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L319
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:319 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 320 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L320
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:320 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
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
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:323 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 394 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L394
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:394 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 461 in hw/cheshire_idma_wrap.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/cheshire_idma_wrap.sv#L461
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:461 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}