[dv] Create and deploy reset agent #2921
Annotations
1 error and 2 warnings
Run Verible linter action
Process completed with exit code 1.
|
Run Verible linter action:
hw/dv/sv/dv_lib/reset_agent/reset_interface.sv#L5
[verible-verilog-lint] reported by reviewdog 🐶
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/dv/sv/dv_lib/reset_agent/reset_interface.sv" range:{start:{line:5 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
|
Run Verible linter action:
hw/dv/sv/dv_lib/reset_agent/reset_interface.sv#L12
[verible-verilog-lint] reported by reviewdog 🐶
Explicitly define static or automatic lifetime for non-class tasks [Style: function-task-explicit-lifetime] [explicit-task-lifetime]
Raw Output:
message:"Explicitly define static or automatic lifetime for non-class tasks [Style: function-task-explicit-lifetime] [explicit-task-lifetime]" location:{path:"./hw/dv/sv/dv_lib/reset_agent/reset_interface.sv" range:{start:{line:12 column:8}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
|
Loading