[rtl] Fix non-DSP reset in ibex_counter #245
Annotations
1 error and 2 warnings
Run Verible linter action
Process completed with exit code 1.
|
Run Verible linter action:
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"}
|
Run Verible linter action:
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"}
|
Loading