When passing data in pyRogue into a FIFO instantiated as below. Some intermittent segfaults occur the second time data is sent to the FIFO.
self.fifoRx0 = rogue.interfaces.stream.Fifo(100, 0, True)
When passing data in pyRogue into a FIFO instantiated as below. Some intermittent segfaults occur the second time data is sent to the FIFO.
self.fifoRx0 = rogue.interfaces.stream.Fifo(100, 0, True)