[rv_timer/lint] Waive a lint error that is ok
Signed-off-by: Michael Schaffner <msf@google.com>
diff --git a/hw/ip/rv_timer/lint/rv_timer.waiver b/hw/ip/rv_timer/lint/rv_timer.waiver
index bbfdbec..0e9fc16 100644
--- a/hw/ip/rv_timer/lint/rv_timer.waiver
+++ b/hw/ip/rv_timer/lint/rv_timer.waiver
@@ -6,3 +6,6 @@
waive -rules ARITH_BITLEN -location {timer_core.sv} -msg {Bitlength mismatch between 'mtime' length 64 and 'step' length 8} \
-comment "Bitwidths are fine here, it's a wrap-around counter"
+waive -rules ONE_BIT_MEM_WIDTH -location {rv_timer.sv} -msg {Memory 'mtimecmp_update' has word width which is single bit wide} \
+ -comment "This can occur in single hart/single timer configurations."
+