Skip to content

ci: Fix some Verible warnings #8

ci: Fix some Verible warnings

ci: Fix some Verible warnings #8

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / verible-verilog-lint failed Sep 18, 2023 in 0s

reviewdog [verible-verilog-lint] report

reported by reviewdog 🐶

Findings (4)

hw/ip/tcdm_interface/src/tcdm_interface.sv|8 col 11| Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
hw/ip/tcdm_interface/src/tcdm_interface.sv|56 col 11| Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
hw/ip/reqrsp_interface/src/reqrsp_intf.sv|21 col 11| Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
hw/ip/reqrsp_interface/src/reqrsp_intf.sv|67 col 11| Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]

Filtered Findings (0)

Annotations

Check warning on line 8 in hw/ip/tcdm_interface/src/tcdm_interface.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/ip/tcdm_interface/src/tcdm_interface.sv#L8

Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/tcdm_interface/src/tcdm_interface.sv" range:{start:{line:8 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}

Check warning on line 56 in hw/ip/tcdm_interface/src/tcdm_interface.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/ip/tcdm_interface/src/tcdm_interface.sv#L56

Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/tcdm_interface/src/tcdm_interface.sv" range:{start:{line:56 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}

Check warning on line 21 in hw/ip/reqrsp_interface/src/reqrsp_intf.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/ip/reqrsp_interface/src/reqrsp_intf.sv#L21

Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/reqrsp_interface/src/reqrsp_intf.sv" range:{start:{line:21 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}

Check warning on line 67 in hw/ip/reqrsp_interface/src/reqrsp_intf.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/ip/reqrsp_interface/src/reqrsp_intf.sv#L67

Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface names must use lower_snake_case naming convention and end with _if. [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/reqrsp_interface/src/reqrsp_intf.sv" range:{start:{line:67 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}