Skip to content

[SW] added data files for m8n4k4-b2/4 #159

[SW] added data files for m8n4k4-b2/4

[SW] added data files for m8n4k4-b2/4 #159

GitHub Actions / verible-verilog-lint failed Dec 3, 2024 in 23s

reviewdog [verible-verilog-lint] report

reported by reviewdog 🐶

Findings (1564)

hw/ip/spatz/src/spatz.sv|76 col 14| Explicitly define a storage type for every parameter and localparam, (NrWritePorts). [Style: constants] [explicit-parameter-storage-type]
hw/ip/spatz/src/spatz.sv|77 col 14| Explicitly define a storage type for every parameter and localparam, (NrReadPorts). [Style: constants] [explicit-parameter-storage-type]
hw/system/spatz_cluster/src/spatz_cluster.sv|29 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|31 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|39 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|43 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|45 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|47 col 101| Line length exceeds max: 100; is: 110 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|59 col 101| Line length exceeds max: 100; is: 112 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|62 col 101| Line length exceeds max: 100; is: 135 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|67 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|70 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|72 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|74 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|77 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|79 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|81 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|83 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|85 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|86 col 101| Line length exceeds max: 100; is: 121 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|92 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|93 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|94 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|95 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|97 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|103 col 101| Line length exceeds max: 100; is: 119 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|105 col 101| Line length exceeds max: 100; is: 134 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|862 col 49| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/system/spatz_cluster/src/spatz_cluster.sv|962 col 45| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/system/spatz_cluster/src/spatz_cluster.sv|963 col 63| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/system/spatz_cluster/src/spatz_cluster.sv|968 col 101| Line length exceeds max: 100; is: 114 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|1104 col 14| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/system/spatz_cluster/src/spatz_cluster.sv|1247 col 101| Line length exceeds max: 100; is: 139 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_cluster.sv|1248 col 101| Line length exceeds max: 100; is: 152 [Style: line-length] [line-length]
hw/ip/snitch/src/snitch_pkg.sv|77 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|79 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|98 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|99 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|100 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|102 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|103 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|104 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|105 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|106 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|107 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|108 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|109 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|110 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|111 col 26| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|171 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/snitch/src/snitch_pkg.sv|236 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/snitch/src/snitch_pkg.sv|243 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/reorder_buffer.sv|18 col 13| Explicitly define a storage type for every parameter and localparam, (IdWidth). [Style: constants] [explicit-parameter-storage-type]
hw/ip/spatz/src/spatz_serdiv.sv|13 col 28| Explicitly define a storage type for every parameter and localparam, (WIDTH). [Style: constants] [explicit-parameter-storage-type]
hw/ip/spatz/src/spatz_serdiv.sv|51 col 3| enum types always should be named using typedef. [Style: typedef-enums] [typedef-enums]
hw/ip/spatz/src/spatz_serdiv.sv|135 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_serdiv.sv|199 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_serdiv.sv|200 col 101| Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_serdiv.sv|201 col 101| Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_serdiv.sv|202 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_simd_lane.sv|43 col 101| Line length exceeds max: 100; is: 125 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_simd_lane.sv|48 col 101| Line length exceeds max: 100; is: 156 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_simd_lane.sv|97 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_simd_lane.sv|98 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_simd_lane.sv|106 col 28| All generate block labels must start with g
or gen_ [Style: generate-constructs] [generate-label-prefix]
hw/ip/spatz/src/spatz_simd_lane.sv|130 col 29| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/ip/spatz/src/spatz_simd_lane.sv|149 col 29| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/ip/spatz/src/spatz_simd_lane.sv|163 col 12| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/ip/spatz/src/spatz_simd_lane.sv|223 col 101| Line length exceeds max: 100; is: 182 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_simd_lane.sv|224 col 101| Line length exceeds max: 100; is: 181 [Style: line-length] [line-length]
hw/ip/spatz/src/vregfile.sv|93 col 46| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/ip/spatz_cc/src/axi_dma_perf_counters.sv|194 col 14| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/ip/snitch/src/snitch.sv|3258 col 101| Line length exceeds max: 100; is: 121 [Style: line-length] [line-length]
hw/system/spatz_cluster/src/spatz_amo_shim.sv|261 col 8| Declared module does not match the first dot-delimited component of file name: "spatz_amo_shim" [Style: file-names] [module-filename]
hw/ip/snitch/src/snitch_lsu2.sv|215 col 6| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|260 col 52| All generate block statements must have a label [Style: generate-statements] [generate-label]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|390 col 7| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|408 col 101| Line length exceeds max: 100; is: 124 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|411 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|413 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|414 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|415 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|416 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|417 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|418 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|419 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|421 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|422 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|423 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|424 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|425 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|426 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|427 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|429 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|430 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|431 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|432 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|433 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|434 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|435 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|435 col 101| Line length exceeds max: 100; is: 108 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|437 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|437 col 101| Line length exceeds max: 100; is: 103 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|439 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|439 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|440 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|441 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|441 col 101| Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|442 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|443 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|443 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|444 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|446 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|448 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|449 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|450 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|450 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_mempool_cc.sv|451 col 11| Use blocking assignments, at most, for locals inside 'always_ff' sequential blocks. [Style: sequential-logic] [always-ff-non-blocking]
hw/ip/spatz/src/generated/spatz_pkg.sv|16 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/generated/spatz_pkg.sv|18 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/generated/spatz_pkg.sv|20 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/generated/spatz_pkg.sv|75 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+([0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/generated/spatz_pkg.sv|76 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]*)+(
[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/generated/spatz_pkg.sv|80 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9])+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/spatz_mxu.sv|74 col 27| Localparam name does not match the naming convention defined by regex pattern: (([A-Z0-9]+[a-z0-9]
)+(_[0-9]+)?) [Style: constants] [parameter-name-style]
hw/ip/spatz/src/spatz_mxu.sv|123 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|124 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|125 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|127 col 34| Parenthesize condition expressions that appear in the true-clause of another condition expression. [Style: parentheses] [suggest-parentheses]
hw/ip/spatz/src/spatz_mxu.sv|133 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|180 col 36| Parenthesize condition expressions that appear in the true-clause of another condition expression. [Style: parentheses] [suggest-parentheses]
hw/ip/spatz/src/spatz_mxu.sv|180 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|182 col 36| Parenthesize condition expressions that appear in the true-clause of another condition expression. [Style: parentheses] [suggest-parentheses]
hw/ip/spatz/src/spatz_mxu.sv|182 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|199 col 101| Line length exceeds max: 100; is: 117 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|213 col 35| Parenthesize condition expressions that appear in the true-clause of another condition expression. [Style: parentheses] [suggest-parentheses]
hw/ip/spatz/src/spatz_mxu.sv|250 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
hw/ip/spatz/src/spatz_mxu.sv|252 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
hw/ip/spatz/src/spatz_mxu.sv|284 col 101| Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|288 col 8| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
hw/ip/spatz/src/spatz_mxu.sv|301 col 101| Line length exceeds max: 100; is: 126 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|318 col 101| Line length exceeds max: 100; is: 117 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|330 col 101| Line length exceeds max: 100; is: 105 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_mxu.sv|344 col 42| Parenthesize condition expressions that appear in the true-clause of another condition expression. [Style: parentheses] [suggest-parentheses]
hw/ip/spatz/src/spatz_ipu.sv|89 col 101| Line length exceeds max: 100; is: 110 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|111 col 5| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|113 col 7| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|129 col 5| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|136 col 5| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|152 col 101| Line length exceeds max: 100; is: 117 [Style: line-length] [line-length]
... (Too many findings. Dropped some findings)

Filtered Findings (0)

Annotations

Check warning on line 76 in hw/ip/spatz/src/spatz.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/ip/spatz/src/spatz.sv#L76

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

Check warning on line 77 in hw/ip/spatz/src/spatz.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/ip/spatz/src/spatz.sv#L77

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

Check warning on line 29 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L29

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

Check warning on line 31 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L31

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

Check warning on line 39 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L39

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

Check warning on line 43 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L43

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

Check warning on line 45 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L45

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

Check warning on line 47 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L47

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

Check warning on line 59 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L59

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

Check warning on line 62 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L62

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

Check warning on line 67 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L67

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

Check warning on line 70 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L70

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

Check warning on line 72 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L72

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

Check warning on line 74 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L74

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

Check warning on line 77 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L77

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

Check warning on line 79 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L79

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

Check warning on line 81 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L81

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

Check warning on line 83 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L83

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

Check warning on line 85 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L85

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

Check warning on line 86 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L86

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

Check warning on line 92 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L92

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

Check warning on line 93 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L93

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

Check warning on line 94 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L94

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

Check warning on line 95 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L95

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

Check warning on line 97 in hw/system/spatz_cluster/src/spatz_cluster.sv

See this annotation in the file changed.

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

[verible-verilog-lint] hw/system/spatz_cluster/src/spatz_cluster.sv#L97

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