Skip to content

Adjust BufferDepth for AXI converters

Sign in for the full log view
GitHub Actions / verible-verilog-lint failed Jul 29, 2024 in 1s

reviewdog [verible-verilog-lint] report

reported by reviewdog 🐶

Findings (4)

src/axi_memory_island_wrap.sv|77 col 14| Explicitly define a storage type for every parameter and localparam, (NarrowMemRspLatency). [Style: constants] [explicit-parameter-storage-type]
src/axi_memory_island_wrap.sv|84 col 14| Explicitly define a storage type for every parameter and localparam, (WideMemRspLatency). [Style: constants] [explicit-parameter-storage-type]
src/axi_memory_island_wrap.sv|114 col 16| Explicitly define a storage type for every parameter and localparam, (id). [Style: constants] [explicit-parameter-storage-type]
src/axi_memory_island_wrap.sv|174 col 16| Explicitly define a storage type for every parameter and localparam, (id). [Style: constants] [explicit-parameter-storage-type]

Filtered Findings (1)

src/axi_memory_island_wrap.sv|59 col 26| Explicitly define a storage type for every parameter and localparam, (MemorySimInit). [Style: constants] [explicit-parameter-storage-type]

Annotations

Check warning on line 77 in src/axi_memory_island_wrap.sv

See this annotation in the file changed.

@github-actions github-actions / verible-verilog-lint

[verible-verilog-lint] src/axi_memory_island_wrap.sv#L77

Explicitly define a storage type for every parameter and localparam, (NarrowMemRspLatency). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (NarrowMemRspLatency). [Style: constants] [explicit-parameter-storage-type]"  location:{path:"./src/axi_memory_island_wrap.sv"  range:{start:{line:77  column:14}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 84 in src/axi_memory_island_wrap.sv

See this annotation in the file changed.

@github-actions github-actions / verible-verilog-lint

[verible-verilog-lint] src/axi_memory_island_wrap.sv#L84

Explicitly define a storage type for every parameter and localparam, (WideMemRspLatency). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (WideMemRspLatency). [Style: constants] [explicit-parameter-storage-type]"  location:{path:"./src/axi_memory_island_wrap.sv"  range:{start:{line:84  column:14}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 114 in src/axi_memory_island_wrap.sv

See this annotation in the file changed.

@github-actions github-actions / verible-verilog-lint

[verible-verilog-lint] src/axi_memory_island_wrap.sv#L114

Explicitly define a storage type for every parameter and localparam, (id). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (id). [Style: constants] [explicit-parameter-storage-type]"  location:{path:"./src/axi_memory_island_wrap.sv"  range:{start:{line:114  column:16}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 174 in src/axi_memory_island_wrap.sv

See this annotation in the file changed.

@github-actions github-actions / verible-verilog-lint

[verible-verilog-lint] src/axi_memory_island_wrap.sv#L174

Explicitly define a storage type for every parameter and localparam, (id). [Style: constants] [explicit-parameter-storage-type]
Raw output
message:"Explicitly define a storage type for every parameter and localparam, (id). [Style: constants] [explicit-parameter-storage-type]"  location:{path:"./src/axi_memory_island_wrap.sv"  range:{start:{line:174  column:16}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}