Skip to content

[rtl] Fix non-DSP reset in ibex_counter #245

[rtl] Fix non-DSP reset in ibex_counter

[rtl] Fix non-DSP reset in ibex_counter #245

Triggered via pull request December 2, 2024 11:34
Status Failure
Total duration 51s
Artifacts

pr_lint.yml

on: pull_request
verible-lint
43s
verible-lint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
verible-lint
Process completed with exit code 1.
verible-lint: rtl/ibex_counter.sv#L77
[verible-verilog-lint] reported by reviewdog 🐶 Explicitly define a storage type for every parameter and localparam, (reset_type). [Style: constants] [explicit-parameter-storage-type] Raw Output: message:"Explicitly define a storage type for every parameter and localparam, (reset_type). [Style: constants] [explicit-parameter-storage-type]" location:{path:"./rtl/ibex_counter.sv" range:{start:{line:77 column:13}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
verible-lint: rtl/ibex_counter.sv#L80
[verible-verilog-lint] reported by reviewdog 🐶 Parameter name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(_[0-9]+)?)|([A-Z_0-9]+) [Style: constants] [parameter-name-style] Raw Output: message:"Parameter name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(_[0-9]+)?)|([A-Z_0-9]+) [Style: constants] [parameter-name-style]" location:{path:"./rtl/ibex_counter.sv" range:{start:{line:80 column:13}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}