Skip to content

Do not push data in the input FIFO if the event is zero-suppressed

Laurent Petre requested to merge bugfix/zs-event-builing into devel

Title says it all. Previously, events could be pushed to the input FIFO without being accounted in the event info when ZS was enabled. This was leading to the input FIFO to overflow.

Merge request reports