From 15246e36928a68d7743475ec7b028bf78d00d612 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Mon, 5 Jul 2021 23:59:19 +0200 Subject: [PATCH] Fix Verilator waiver file --- data/verilator_waiver.vlt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/verilator_waiver.vlt b/data/verilator_waiver.vlt index dc368e4..218fd16 100644 --- a/data/verilator_waiver.vlt +++ b/data/verilator_waiver.vlt @@ -1,7 +1,7 @@ `verilator_config // Bits [1:0] in i_ibus_rdt are not used at all -lint_off -rule UNUSED -file "*/serv_top.v" -lines 51 +lint_off -rule UNUSED -file "*/serv_top.v" -lines 52 //Some bits in the instruction word are not used in serv_decode but it's easier //to just send in the whole word than picking out bits -lint_off -rule UNUSED -file "*/serv_decode.v" -lines 6 +lint_off -rule UNUSED -file "*/serv_decode.v" -lines 7