summaryrefslogtreecommitdiff
path: root/rtl/dma_axi32/prgen_scatter8_1.v
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-02-28 16:44:15 -0600
committerAlejandro Soto <alejandro@34project.org>2024-03-03 20:42:36 -0600
commitcce507d21c86f20a83eec1b09fe3231399ffb10c (patch)
treecef497f3eb1767aeb9d8817adbbed467eac3b72d /rtl/dma_axi32/prgen_scatter8_1.v
parent872349eb3a3a508abee028e75da546692eb8e0e7 (diff)
rtl/dma_axi32: fix verilator warnings
Diffstat (limited to 'rtl/dma_axi32/prgen_scatter8_1.v')
-rw-r--r--rtl/dma_axi32/prgen_scatter8_1.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtl/dma_axi32/prgen_scatter8_1.v b/rtl/dma_axi32/prgen_scatter8_1.v
index 0b08fd7..478271a 100644
--- a/rtl/dma_axi32/prgen_scatter8_1.v
+++ b/rtl/dma_axi32/prgen_scatter8_1.v
@@ -1,3 +1,5 @@
+// verilator lint_off WIDTHEXPAND
+// verilator lint_off WIDTHTRUNC
/////////////////////////////////////////////////////////////////////
//// ////
//// Author: Eyal Hochberg ////
@@ -59,3 +61,5 @@ module prgen_scatter8_1(ch_x,x);
endmodule
+// verilator lint_on WIDTHEXPAND
+// verilator lint_on WIDTHTRUNC