[TB]: Add more testing #304
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (2)
src/mem_multibank_pwrgate.sv|28 col 28| Explicitly define a storage type for every parameter and localparam, (SimInit). [Style: constants] [explicit-parameter-storage-type]
src/mem_multibank_pwrgate.sv|30 col 28| Explicitly define a storage type for every parameter and localparam, (ImplKey). [Style: constants] [explicit-parameter-storage-type]
Filtered Findings (0)
Annotations
Check warning on line 28 in src/mem_multibank_pwrgate.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] src/mem_multibank_pwrgate.sv#L28
Explicitly define a storage type for every parameter and localparam, (SimInit). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (SimInit). [Style: constants] [explicit-parameter-storage-type]" location:{path:"./src/mem_multibank_pwrgate.sv" range:{start:{line:28 column:28}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 30 in src/mem_multibank_pwrgate.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] src/mem_multibank_pwrgate.sv#L30
Explicitly define a storage type for every parameter and localparam, (ImplKey). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (ImplKey). [Style: constants] [explicit-parameter-storage-type]" location:{path:"./src/mem_multibank_pwrgate.sv" range:{start:{line:30 column:28}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}