hw: Trying something out with input FIFO #460
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (2)
hw/vc_router_util/floo_input_fifo.sv|14 col 14| Explicitly define a storage type for every parameter and localparam, (AddrDepth). [Style: constants] [explicit-parameter-storage-type]
hw/vc_router_util/floo_input_fifo.sv|41 col 27| All generate block statements must have a label [Style: generate-statements] [generate-label]
Filtered Findings (0)
Annotations
Check warning on line 14 in hw/vc_router_util/floo_input_fifo.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/vc_router_util/floo_input_fifo.sv#L14
Explicitly define a storage type for every parameter and localparam, (AddrDepth). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (AddrDepth). [Style: constants] [explicit-parameter-storage-type]" location:{path:"./hw/vc_router_util/floo_input_fifo.sv" range:{start:{line:14 column:14}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 41 in hw/vc_router_util/floo_input_fifo.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/vc_router_util/floo_input_fifo.sv#L41
All generate block statements must have a label [Style: generate-statements] [generate-label]
Raw output
message:"All generate block statements must have a label [Style: generate-statements] [generate-label]" location:{path:"./hw/vc_router_util/floo_input_fifo.sv" range:{start:{line:41 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}