From f391dae4f293d9748c2b329679319aaa14a32ddd Mon Sep 17 00:00:00 2001 From: cah Date: Sat, 14 Mar 2026 00:23:33 -0600 Subject: [PATCH] ci: suppress remaining lint warnings (BLKSEQ, UNUSEDPARAM, CASEINCOMPLETE) BLKSEQ: intentional blocking assigns in sequential logic for Yosys BLKLOOPINIT compatibility. UNUSEDPARAM/CASEINCOMPLETE: known benign. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/user_project_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml index 2dee5f2..e805867 100644 --- a/.github/workflows/user_project_ci.yml +++ b/.github/workflows/user_project_ci.yml @@ -22,6 +22,7 @@ jobs: verilator --lint-only -Wall \ --top-module ldpc_decoder_top \ -Wno-UNUSEDSIGNAL -Wno-UNDRIVEN -Wno-WIDTHEXPAND -Wno-WIDTHTRUNC \ + -Wno-UNUSEDPARAM -Wno-CASEINCOMPLETE -Wno-BLKSEQ \ verilog/rtl/ldpc_decoder_top.sv \ verilog/rtl/ldpc_decoder_core.sv \ verilog/rtl/wishbone_interface.sv