Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pre-release' into rem_header
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Aug 8, 2023
2 parents 3d38550 + d32ab47 commit 6bcd881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyrogue/interfaces/stream/_Fifo.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ def __lshift__(self,other):
def __rshift__(self,other):
pyrogue.streamConnect(self,other)
return other

def countReset(self):
self._fifo.clearCnt()

0 comments on commit 6bcd881

Please sign in to comment.