diff --git a/python/pyrogue/interfaces/stream/_Fifo.py b/python/pyrogue/interfaces/stream/_Fifo.py index bcd291fcb..bcd3a6e1b 100644 --- a/python/pyrogue/interfaces/stream/_Fifo.py +++ b/python/pyrogue/interfaces/stream/_Fifo.py @@ -67,3 +67,6 @@ def __lshift__(self,other): def __rshift__(self,other): pyrogue.streamConnect(self,other) return other + + def countReset(self): + self._fifo.clearCnt()