From cce507d21c86f20a83eec1b09fe3231399ffb10c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 28 Feb 2024 16:44:15 -0600 Subject: rtl/dma_axi32: fix verilator warnings --- rtl/dma_axi32/dma_axi32.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rtl/dma_axi32/dma_axi32.v') diff --git a/rtl/dma_axi32/dma_axi32.v b/rtl/dma_axi32/dma_axi32.v index 1f4c139..bf64736 100644 --- a/rtl/dma_axi32/dma_axi32.v +++ b/rtl/dma_axi32/dma_axi32.v @@ -1,3 +1,5 @@ +// verilator lint_off WIDTHEXPAND +// verilator lint_off WIDTHTRUNC ///////////////////////////////////////////////////////////////////// //// //// //// Author: Eyal Hochberg //// @@ -242,3 +244,5 @@ endmodule +// verilator lint_on WIDTHEXPAND +// verilator lint_on WIDTHTRUNC -- cgit v1.2.3