[pmp] Use top-level straps for PMP reset values #103
Annotations
1 error and 3 warnings
verible-lint
Process completed with exit code 1.
|
verible-lint:
rtl/ibex_pkg.sv#L675
[verible-verilog-lint] reported by reviewdog 🐶
Non-type localparam names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]
Raw Output:
message:"Non-type localparam names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]" location:{path:"./rtl/ibex_pkg.sv" range:{start:{line:675 column:24}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
|
verible-lint:
rtl/ibex_pkg.sv#L697
[verible-verilog-lint] reported by reviewdog 🐶
Explicitly define a storage type for every parameter and localparam, (pmp_addr_rst). [Style: constants] [explicit-parameter-storage-type]
Raw Output:
message:"Explicitly define a storage type for every parameter and localparam, (pmp_addr_rst). [Style: constants] [explicit-parameter-storage-type]" location:{path:"./rtl/ibex_pkg.sv" range:{start:{line:697 column:21}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
|
verible-lint:
rtl/ibex_pkg.sv#L716
[verible-verilog-lint] reported by reviewdog 🐶
Non-type localparam names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]
Raw Output:
message:"Non-type localparam names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]" location:{path:"./rtl/ibex_pkg.sv" range:{start:{line:716 column:28}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
|