From c27181361c7efd94d215ea339ee7bb18619de7a3 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Fri, 4 Jun 2021 23:51:42 +0000
Subject: [PATCH] Update pixel.cpp

---
 pixel.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pixel.cpp b/pixel.cpp
index 76aa3c9..91715df 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -44,6 +44,7 @@ void pixel(
 		count_streams = 0;
 		flag = false;
 		p_count=3;
+		count = 0;
 	}
 
 	// pending: have to make count=0 when TLAST signal is active -  for w not in the range of 0 to n(size of the array)
-- 
GitLab