Skip to content

Commit 248cc5f

Browse files
committed
minor update
1 parent 2080e54 commit 248cc5f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hw/rtl/tcu/VX_tcu_uops.sv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ module VX_tcu_uops import VX_tcu_pkg::*, VX_gpu_pkg::*; (
118118
// Register offsets for from-reg mode
119119
// A: rs1_off = m * k_steps + k (NRA=4 registers starting at ra_base)
120120
localparam LG_WG_A_SB = $clog2(`UP(TCU_WG_A_SUB_BLOCKS));
121+
/* verilator lint_off UNUSEDSIGNAL */
121122
wire [`UP(CTR_W)-1:0] wg_rs1_reg_off = ((`UP(CTR_W)'(wg_m_index) >> LG_WG_A_SB) << `UP(LG_K_WG)) | `UP(CTR_W)'(wg_k_index);
123+
/* verilator lint_on UNUSEDSIGNAL */
122124
`endif
123125

124126
`ifdef TCU_SPARSE_ENABLE

0 commit comments

Comments
 (0)