ci: suppress remaining lint warnings (BLKSEQ, UNUSEDPARAM, CASEINCOMPLETE)
Some checks failed
CI / rtl-lint (push) Has been cancelled

BLKSEQ: intentional blocking assigns in sequential logic for Yosys
BLKLOOPINIT compatibility. UNUSEDPARAM/CASEINCOMPLETE: known benign.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cah
2026-03-14 00:23:33 -06:00
parent a896081b39
commit f391dae4f2

View File

@@ -22,6 +22,7 @@ jobs:
verilator --lint-only -Wall \ verilator --lint-only -Wall \
--top-module ldpc_decoder_top \ --top-module ldpc_decoder_top \
-Wno-UNUSEDSIGNAL -Wno-UNDRIVEN -Wno-WIDTHEXPAND -Wno-WIDTHTRUNC \ -Wno-UNUSEDSIGNAL -Wno-UNDRIVEN -Wno-WIDTHEXPAND -Wno-WIDTHTRUNC \
-Wno-UNUSEDPARAM -Wno-CASEINCOMPLETE -Wno-BLKSEQ \
verilog/rtl/ldpc_decoder_top.sv \ verilog/rtl/ldpc_decoder_top.sv \
verilog/rtl/ldpc_decoder_core.sv \ verilog/rtl/ldpc_decoder_core.sv \
verilog/rtl/wishbone_interface.sv verilog/rtl/wishbone_interface.sv