diff --git a/litepcie/frontend/dma.py b/litepcie/frontend/dma.py index 751ff74..a4c976e 100644 --- a/litepcie/frontend/dma.py +++ b/litepcie/frontend/dma.py @@ -631,8 +631,8 @@ def __init__(self, phy, endpoint, table_depth=256, # Monitor ---------------------------------------------------------------------------------- if with_monitor: - self.submodules.writer_monitor = stream.Monitor(self.sink, with_overflows = True) - self.submodules.reader_monitor = stream.Monitor(self.source, with_underflows = True) + self.submodules.writer_monitor = stream.Monitor(self.sink, count_width=16, with_overflows = True) + self.submodules.reader_monitor = stream.Monitor(self.source, count_width=16, with_underflows = True) def add_plugin_module(self, m): self.comb += [