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

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

diff --git a/pixel.cpp b/pixel.cpp
index 862be46..6669e38 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -30,7 +30,7 @@ void pixel(
 	}
 	
 	count++;
-	
+ // 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) 
 
 
 	dout.write(pkt);
-- 
GitLab