[CMAKE] pass enable print and fla tests as make variable #164
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (1563)
hw/ip/mem_interface/src/mem_interface.sv|8 col 11| Interface name does not match the naming convention defined by regex pattern: [a-z_0-9]+(if) [Style: interface-conventions] [interface-name-style]
hw/ip/mem_interface/src/mem_interface.sv|55 col 11| Interface name does not match the naming convention defined by regex pattern: [a-z_0-9]+(if) [Style: interface-conventions] [interface-name-style]
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_controller.sv|126 col 101| Line length exceeds max: 100; is: 195 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|149 col 101| Line length exceeds max: 100; is: 131 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|154 col 101| Line length exceeds max: 100; is: 139 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|242 col 3| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_controller.sv|285 col 101| Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|289 col 101| Line length exceeds max: 100; is: 142 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|290 col 101| Line length exceeds max: 100; is: 197 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|293 col 101| Line length exceeds max: 100; is: 145 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|294 col 101| Line length exceeds max: 100; is: 201 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|297 col 101| Line length exceeds max: 100; is: 148 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|298 col 101| Line length exceeds max: 100; is: 205 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|350 col 101| Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|354 col 101| Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|358 col 101| Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|364 col 101| Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|365 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|374 col 101| Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|419 col 101| Line length exceeds max: 100; is: 119 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|437 col 101| Line length exceeds max: 100; is: 108 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_controller.sv|523 col 7| Explicitly define a default case for every case statement or add unique
qualifier to the case statement. [Style: case-statements] [case-missing-default]
hw/ip/spatz/src/spatz_vsldu.sv|76 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|82 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|163 col 3| enum types always should be named using typedef. [Style: typedef-enums] [typedef-enums]
hw/ip/spatz/src/spatz_vsldu.sv|226 col 3| enum types always should be named using typedef. [Style: typedef-enums] [typedef-enums]
hw/ip/spatz/src/spatz_vsldu.sv|251 col 5| Explicitly define a default case for every case statement or add unique
qualifier to the case statement. [Style: case-statements] [case-missing-default]
hw/ip/spatz/src/spatz_vsldu.sv|267 col 101| Line length exceeds max: 100; is: 134 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|280 col 101| Line length exceeds max: 100; is: 177 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|306 col 5| Explicitly define a default case for every case statement or add unique
qualifier to the case statement. [Style: case-statements] [case-missing-default]
hw/ip/spatz/src/spatz_vsldu.sv|374 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|405 col 101| Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|407 col 101| Line length exceeds max: 100; is: 161 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|417 col 101| Line length exceeds max: 100; is: 112 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|430 col 101| Line length exceeds max: 100; is: 180 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|439 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|440 col 101| Line length exceeds max: 100; is: 154 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|449 col 101| Line length exceeds max: 100; is: 296 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|450 col 101| Line length exceeds max: 100; is: 143 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vsldu.sv|451 col 101| Line length exceeds max: 100; is: 126 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|53 col 101| Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|88 col 101| Line length exceeds max: 100; is: 146 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|90 col 101| Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|91 col 101| Line length exceeds max: 100; is: 108 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|92 col 101| Line length exceeds max: 100; is: 130 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|190 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|282 col 101| Line length exceeds max: 100; is: 126 [Style: line-length] [line-length]
hw/ip/spatz_cc/src/spatz_cc.sv|356 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
hw/ip/spatz_cc/src/spatz_cc.sv|363 col 50| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
hw/ip/spatz_cc/src/spatz_cc.sv|639 col 101| Line length exceeds max: 100; is: 104 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_vrf.sv|216 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
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]
hw/ip/spatz/src/spatz_ipu.sv|153 col 101| Line length exceeds max: 100; is: 117 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|157 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|158 col 101| Line length exceeds max: 100; is: 101 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|179 col 101| Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|219 col 101| Line length exceeds max: 100; is: 146 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|220 col 101| Line length exceeds max: 100; is: 129 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|224 col 101| Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|314 col 5| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|316 col 7| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|335 col 5| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|343 col 5| struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
hw/ip/spatz/src/spatz_ipu.sv|360 col 101| Line length exceeds max: 100; is: 118 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|361 col 101| Line length exceeds max: 100; is: 118 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|362 col 101| Line length exceeds max: 100; is: 118 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|363 col 101| Line length exceeds max: 100; is: 118 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|369 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|370 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|371 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|372 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|404 col 101| Line length exceeds max: 100; is: 118 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|405 col 101| Line length exceeds max: 100; is: 118 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|409 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|410 col 101| Line length exceeds max: 100; is: 102 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|432 col 101| Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|474 col 101| Line length exceeds max: 100; is: 151 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|475 col 101| Line length exceeds max: 100; is: 124 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|476 col 101| Line length exceeds max: 100; is: 169 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|477 col 101| Line length exceeds max: 100; is: 156 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|480 col 101| Line length exceeds max: 100; is: 150 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|481 col 101| Line length exceeds max: 100; is: 191 [Style: line-length] [line-length]
hw/ip/spatz/src/spatz_ipu.sv|485 col 101| Line length exceeds max: 100; is: 106 [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/system/spatz_cluster/src/spatz_cluster_peripheral/spatz_cluster_peripheral.sv|91 col 1| Remove trailing spaces. [Style: trailing-spaces] [no-trailing-spaces]
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/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]
... (Too many findings. Dropped some findings)
Filtered Findings (0)
Annotations
Check warning on line 8 in hw/ip/mem_interface/src/mem_interface.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/mem_interface/src/mem_interface.sv#L8
Interface name does not match the naming convention defined by regex pattern: [a-z_0-9]+(_if) [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface name does not match the naming convention defined by regex pattern: [a-z_0-9]+(_if) [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/mem_interface/src/mem_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 55 in hw/ip/mem_interface/src/mem_interface.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/mem_interface/src/mem_interface.sv#L55
Interface name does not match the naming convention defined by regex pattern: [a-z_0-9]+(_if) [Style: interface-conventions] [interface-name-style]
Raw output
message:"Interface name does not match the naming convention defined by regex pattern: [a-z_0-9]+(_if) [Style: interface-conventions] [interface-name-style]" location:{path:"hw/ip/mem_interface/src/mem_interface.sv" range:{start:{line:55 column:11}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 16 in hw/ip/spatz/src/generated/spatz_pkg.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/generated/spatz_pkg.sv#L16
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]
Raw output
message:"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]" location:{path:"hw/ip/spatz/src/generated/spatz_pkg.sv" range:{start:{line:16 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 18 in hw/ip/spatz/src/generated/spatz_pkg.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/generated/spatz_pkg.sv#L18
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]
Raw output
message:"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]" location:{path:"hw/ip/spatz/src/generated/spatz_pkg.sv" range:{start:{line:18 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 20 in hw/ip/spatz/src/generated/spatz_pkg.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/generated/spatz_pkg.sv#L20
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]
Raw output
message:"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]" location:{path:"hw/ip/spatz/src/generated/spatz_pkg.sv" range:{start:{line:20 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 75 in hw/ip/spatz/src/generated/spatz_pkg.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/generated/spatz_pkg.sv#L75
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]
Raw output
message:"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]" location:{path:"hw/ip/spatz/src/generated/spatz_pkg.sv" range:{start:{line:75 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 76 in hw/ip/spatz/src/generated/spatz_pkg.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/generated/spatz_pkg.sv#L76
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]
Raw output
message:"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]" location:{path:"hw/ip/spatz/src/generated/spatz_pkg.sv" range:{start:{line:76 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 80 in hw/ip/spatz/src/generated/spatz_pkg.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/generated/spatz_pkg.sv#L80
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]
Raw output
message:"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]" location:{path:"hw/ip/spatz/src/generated/spatz_pkg.sv" range:{start:{line:80 column:27}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 126 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L126
Line length exceeds max: 100; is: 195 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 195 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:126 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 149 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L149
Line length exceeds max: 100; is: 131 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 131 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:149 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 154 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L154
Line length exceeds max: 100; is: 139 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 139 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:154 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 242 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L242
struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]
Raw output
message:"struct definitions always should be named using typedef. [Style: typedef-structs-unions] [typedef-structs-unions]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:242 column:3}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 285 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L285
Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 192 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:285 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 289 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L289
Line length exceeds max: 100; is: 142 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 142 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:289 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 290 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L290
Line length exceeds max: 100; is: 197 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 197 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:290 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 293 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L293
Line length exceeds max: 100; is: 145 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 145 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:293 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 294 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L294
Line length exceeds max: 100; is: 201 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 201 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:294 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 297 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L297
Line length exceeds max: 100; is: 148 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 148 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:297 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 298 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L298
Line length exceeds max: 100; is: 205 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 205 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:298 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 350 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L350
Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:350 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 354 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L354
Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 111 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:354 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 358 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L358
Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:358 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 364 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L364
Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 109 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:364 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 365 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L365
Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:365 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 374 in hw/ip/spatz/src/spatz_controller.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/ip/spatz/src/spatz_controller.sv#L374
Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]" location:{path:"hw/ip/spatz/src/spatz_controller.sv" range:{start:{line:374 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}