Skip to content

Fix verilog ling.

Fix verilog ling. #21

GitHub Actions / verible-verilog-lint failed Feb 17, 2024 in 6s

reviewdog [verible-verilog-lint] report

reported by reviewdog 🐶

Findings (321)

rtl/redmule_noncomp.sv|33 col 49| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_noncomp.sv|53 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_noncomp.sv|54 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_noncomp.sv|56 col 14| Explicitly define a storage type for every parameter and localparam, (NUM_INP_REGS). [Style: constants] [explicit-parameter-storage-type]
rtl/redmule_noncomp.sv|61 col 14| Explicitly define a storage type for every parameter and localparam, (NUM_OUT_REGS). [Style: constants] [explicit-parameter-storage-type]
rtl/redmule_noncomp.sv|80 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|81 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|82 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|83 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|84 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|85 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|86 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|87 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|89 col 10| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|111 col 101| Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
rtl/redmule_noncomp.sv|349 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|350 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|351 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|352 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|353 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|354 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|355 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|356 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|358 col 10| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_noncomp.sv|380 col 101| Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
rtl/redmule_pkg.sv|60 col 35| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_pkg.sv|62 col 33| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_pkg.sv|202 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castin.sv|15 col 38| Non-type parameter names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]
rtl/redmule_castin.sv|34 col 25| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_castin.sv|38 col 36| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_castin.sv|50 col 49| All generate block labels must start with g_ or gen_ [Style: generate-constructs] [generate-label-prefix]
rtl/redmule_castin.sv|53 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castin.sv|84 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castin.sv|86 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castin.sv|88 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_complex.sv|18 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
rtl/redmule_complex.sv|21 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
rtl/redmule_complex.sv|34 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
rtl/redmule_complex.sv|37 col 101| Line length exceeds max: 100; is: 117 [Style: line-length] [line-length]
rtl/redmule_complex.sv|39 col 101| Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]
rtl/redmule_complex.sv|65 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
rtl/redmule_complex.sv|125 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
rtl/redmule_ctrl.sv|22 col 25| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_ctrl.sv|23 col 25| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_ctrl.sv|23 col 52| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|65 col 101| Line length exceeds max: 100; is: 152 [Style: line-length] [line-length]
rtl/redmule_ctrl.sv|65 col 134| Enum names must use lower_snake_case naming convention and end with t or e. [Style: enumerations] [enum-name-style]
rtl/redmule_ctrl.sv|112 col 17| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|124 col 17| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|131 col 53| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|198 col 30| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|222 col 32| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|252 col 62| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|281 col 7| Explicitly define a default case for every case statement. [Style: case-statements] [case-missing-default]
rtl/redmule_ctrl.sv|293 col 13| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|296 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|310 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|319 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|321 col 11| Explicitly define a default case for every case statement. [Style: case-statements] [case-missing-default]
rtl/redmule_ctrl.sv|346 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|361 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|364 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|380 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_ctrl.sv|402 col 26| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castout.sv|15 col 38| Non-type parameter names must be styled with CamelCase or ALL_CAPS [Style: constants] [parameter-name-style]
rtl/redmule_castout.sv|34 col 25| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_castout.sv|38 col 36| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_castout.sv|46 col 49| All generate block labels must start with g
or gen
[Style: generate-constructs] [generate-label-prefix]
rtl/redmule_castout.sv|49 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castout.sv|80 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castout.sv|82 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_castout.sv|84 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_wrap.sv|21 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
rtl/redmule_wrap.sv|23 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
rtl/redmule_wrap.sv|26 col 101| Line length exceeds max: 100; is: 117 [Style: line-length] [line-length]
rtl/redmule_wrap.sv|28 col 101| Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
rtl/redmule_wrap.sv|61 col 101| Line length exceeds max: 100; is: 125 [Style: line-length] [line-length]
rtl/redmule_wrap.sv|63 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
rtl/redmule_wrap.sv|135 col 42| All generate block labels must start with g_ or gen_ [Style: generate-constructs] [generate-label-prefix]
rtl/redmule_w_buffer.sv|15 col 94| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_w_buffer.sv|15 col 101| Line length exceeds max: 100; is: 119 [Style: line-length] [line-length]
rtl/redmule_w_buffer.sv|52 col 13| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_w_buffer.sv|53 col 32| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_w_buffer.sv|61 col 17| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_w_buffer.sv|65 col 26| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_w_buffer.sv|67 col 22| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_z_buffer.sv|15 col 101| Line length exceeds max: 100; is: 139 [Style: line-length] [line-length]
rtl/redmule_z_buffer.sv|15 col 114| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_z_buffer.sv|66 col 1| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_z_buffer.sv|67 col 1| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_z_buffer.sv|68 col 1| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_z_buffer.sv|68 col 101| Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
rtl/redmule_z_buffer.sv|85 col 36| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_z_buffer.sv|111 col 38| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_z_buffer.sv|121 col 3| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_z_buffer.sv|122 col 3| Use spaces, not tabs. [Style: tabs] [no-tabs]
rtl/redmule_z_buffer.sv|137 col 30| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|12 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
rtl/redmule_row.sv|17 col 101| Line length exceeds max: 100; is: 121 [Style: line-length] [line-length]
rtl/redmule_row.sv|22 col 20| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|26 col 19| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|28 col 29| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|50 col 32| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|53 col 50| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|69 col 54| All generate block labels must start with g_ or gen_ [Style: generate-constructs] [generate-label-prefix]
rtl/redmule_row.sv|72 col 19| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|76 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_row.sv|112 col 9| All generate block labels must start with g_ or gen_ [Style: generate-constructs] [generate-label-prefix]
rtl/redmule_row.sv|124 col 11| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_streamer.sv|34 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_streamer.sv|78 col 23| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_streamer.sv|188 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
rtl/redmule_streamer.sv|259 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
rtl/redmule_fma.sv|51 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|52 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|55 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|57 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|58 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|62 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|64 col 27| Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
rtl/redmule_fma.sv|66 col 14| Explicitly define a storage type for every parameter and localparam, (NUM_INP_REGS). [Style: constants] [explicit-parameter-storage-type]
rtl/redmule_fma.sv|71 col 14| Explicitly define a storage type for every parameter and localparam, (NUM_MID_REGS). [Style: constants] [explicit-parameter-storage-type]
rtl/redmule_fma.sv|76 col 14| Explicitly define a storage type for every parameter and localparam, (NUM_OUT_REGS). [Style: constants] [explicit-parameter-storage-type]
rtl/redmule_fma.sv|95 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|96 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|97 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|98 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|99 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|100 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|101 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|102 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|104 col 10| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|126 col 101| Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
rtl/redmule_fma.sv|393 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|394 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|395 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|396 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|397 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|398 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|399 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|400 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|401 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|402 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|403 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|404 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|405 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|406 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|407 col 27| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
rtl/redmule_fma.sv|409 col 10| Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
... (Too many findings. Dropped some findings)

Filtered Findings (0)

Annotations

Check warning on line 33 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L33

Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
Raw output
message:"Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:33  column:49}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}  suggestions:{range:{start:{line:33  column:49}  end:{line:34}}  text:"  input  logic                     reg_enable_i,\n"}

Check warning on line 53 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L53

Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
Raw output
message:"Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:53  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 54 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L54

Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]
Raw output
message:"Non-type localparam names must be styled with CamelCase [Style: constants] [parameter-name-style]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:54  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 56 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L56

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

Check warning on line 61 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L61

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

Check warning on line 80 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L80

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:80  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 81 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L81

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:81  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 82 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L82

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:82  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 83 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L83

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:83  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 84 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L84

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:84  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 85 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L85

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:85  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 86 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L86

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:86  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 87 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L87

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:87  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 89 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L89

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:89  column:10}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 111 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L111

Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:111  column:101}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 349 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L349

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:349  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 350 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L350

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:350  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 351 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L351

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:351  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 352 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L352

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:352  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 353 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L353

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:353  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 354 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L354

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:354  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 355 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L355

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:355  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 356 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L356

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:356  column:27}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 358 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L358

Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]
Raw output
message:"Declare packed dimension range in little-endian (decreasing) order, e.g. [N-1:0]. [Style: packed-ordering] [packed-dimensions-range-ordering]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:358  column:10}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}

Check warning on line 380 in rtl/redmule_noncomp.sv

See this annotation in the file changed.

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

[verible-verilog-lint] rtl/redmule_noncomp.sv#L380

Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]"  location:{path:"rtl/redmule_noncomp.sv"  range:{start:{line:380  column:101}}}  severity:WARNING  source:{name:"verible-verilog-lint"  url:"https://github.com/chipsalliance/verible"}