From a18b3dd9799ef526d817c06f4c46f7b52bddbfdf Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 23 Dec 2024 01:23:03 -0800 Subject: [PATCH] [lint] Rename verible lint waivers from *.vbw to *.vbl CI uses *.vbl to build a common waiver for the whole design and misses top-level waivers due to a different file extension Signed-off-by: Robert Schilling --- .../lint/{top_darjeeling.vbw => top_darjeeling.vbl} | 0 hw/top_darjeeling/top_darjeeling.core | 2 +- hw/top_earlgrey/lint/{top_earlgrey.vbw => top_earlgrey.vbl} | 0 hw/top_earlgrey/top_earlgrey.core | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename hw/top_darjeeling/lint/{top_darjeeling.vbw => top_darjeeling.vbl} (100%) rename hw/top_earlgrey/lint/{top_earlgrey.vbw => top_earlgrey.vbl} (100%) diff --git a/hw/top_darjeeling/lint/top_darjeeling.vbw b/hw/top_darjeeling/lint/top_darjeeling.vbl similarity index 100% rename from hw/top_darjeeling/lint/top_darjeeling.vbw rename to hw/top_darjeeling/lint/top_darjeeling.vbl diff --git a/hw/top_darjeeling/top_darjeeling.core b/hw/top_darjeeling/top_darjeeling.core index 164974ce4dce8..9cfbf2baf6d72 100644 --- a/hw/top_darjeeling/top_darjeeling.core +++ b/hw/top_darjeeling/top_darjeeling.core @@ -90,7 +90,7 @@ filesets: - lowrisc:lint:common - lowrisc:lint:comportable files: - - lint/top_darjeeling.vbw + - lint/top_darjeeling.vbl file_type: veribleLintWaiver diff --git a/hw/top_earlgrey/lint/top_earlgrey.vbw b/hw/top_earlgrey/lint/top_earlgrey.vbl similarity index 100% rename from hw/top_earlgrey/lint/top_earlgrey.vbw rename to hw/top_earlgrey/lint/top_earlgrey.vbl diff --git a/hw/top_earlgrey/top_earlgrey.core b/hw/top_earlgrey/top_earlgrey.core index 52deeb2601c1d..0f936d13f43dd 100644 --- a/hw/top_earlgrey/top_earlgrey.core +++ b/hw/top_earlgrey/top_earlgrey.core @@ -89,7 +89,7 @@ filesets: - lowrisc:lint:common - lowrisc:lint:comportable files: - - lint/top_earlgrey.vbw + - lint/top_earlgrey.vbl file_type: veribleLintWaiver