First transparent streamer integration. #102
reviewdog [verible-verilog-lint] report
reported by reviewdog 🐶
Findings (39)
hw/carfield.sv|2537 col 47| Binary literal 4'b1 has less digits than expected for 4 bits. [Style: number-literals] [undersized-binary-literal]
hw/carfield.sv|2544 col 101| Line length exceeds max: 100; is: 106 [Style: line-length] [line-length]
hw/carfield.sv|2553 col 101| Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
hw/carfield.sv|2556 col 101| Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
hw/carfield.sv|2558 col 101| Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]
hw/carfield.sv|2560 col 101| Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]
hw/carfield.sv|2572 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2574 col 101| Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
hw/carfield.sv|2578 col 101| Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
hw/carfield.sv|2580 col 101| Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
hw/carfield.sv|2582 col 101| Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
hw/carfield.sv|2584 col 101| Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
hw/carfield.sv|2586 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2588 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2589 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2590 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2591 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/carfield.sv|2592 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/carfield.sv|2593 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2594 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/carfield.sv|2595 col 101| Line length exceeds max: 100; is: 107 [Style: line-length] [line-length]
hw/carfield.sv|2597 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2599 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2600 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2601 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2602 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2603 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2604 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2615 col 101| Line length exceeds max: 100; is: 129 [Style: line-length] [line-length]
hw/carfield.sv|2616 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2617 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2618 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2619 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2620 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2621 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2622 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2626 col 101| Line length exceeds max: 100; is: 129 [Style: line-length] [line-length]
hw/carfield.sv|2627 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
hw/carfield.sv|2628 col 101| Line length exceeds max: 100; is: 113 [Style: line-length] [line-length]
Filtered Findings (0)
Annotations
Check warning on line 2537 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2537
Binary literal 4'b1 has less digits than expected for 4 bits. [Style: number-literals] [undersized-binary-literal]
Raw output
message:"Binary literal 4'b1 has less digits than expected for 4 bits. [Style: number-literals] [undersized-binary-literal]" location:{path:"hw/carfield.sv" range:{start:{line:2537 column:47}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"} suggestions:{range:{start:{line:2537 column:47} end:{line:2538}} text:" .APB_PSTROBE (4'b0001), // : in -- APB\n"}
Check warning on line 2544 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2544
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/carfield.sv" range:{start:{line:2544 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2553 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2553
Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2553 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2556 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2556
Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2556 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2558 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2558
Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2558 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2560 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2560
Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 115 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2560 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2572 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2572
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/carfield.sv" range:{start:{line:2572 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2574 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2574
Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 120 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2574 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2578 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2578
Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2578 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2580 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2580
Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2580 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2582 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2582
Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2582 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2584 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2584
Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]
Raw output
message:"Line length exceeds max: 100; is: 128 [Style: line-length] [line-length]" location:{path:"hw/carfield.sv" range:{start:{line:2584 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2586 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2586
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/carfield.sv" range:{start:{line:2586 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2588 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2588
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/carfield.sv" range:{start:{line:2588 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2589 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2589
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/carfield.sv" range:{start:{line:2589 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2590 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2590
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/carfield.sv" range:{start:{line:2590 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2591 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2591
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/carfield.sv" range:{start:{line:2591 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2592 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2592
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/carfield.sv" range:{start:{line:2592 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2593 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2593
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/carfield.sv" range:{start:{line:2593 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2594 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2594
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/carfield.sv" range:{start:{line:2594 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2595 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2595
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/carfield.sv" range:{start:{line:2595 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2597 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2597
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/carfield.sv" range:{start:{line:2597 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2599 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2599
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/carfield.sv" range:{start:{line:2599 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2600 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2600
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/carfield.sv" range:{start:{line:2600 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}
Check warning on line 2601 in hw/carfield.sv
github-actions / verible-verilog-lint
[verible-verilog-lint] hw/carfield.sv#L2601
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/carfield.sv" range:{start:{line:2601 column:101}}} severity:WARNING source:{name:"verible-verilog-lint" url:"https://github.com/chipsalliance/verible"}