From 932d075a868a3b5cbebb19ceaeca4f9e57a61cbb Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Tue, 22 Jun 2021 08:12:19 +0000 Subject: [PATCH] Update pixel.cpp --- pixel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pixel.cpp b/pixel.cpp index d61b253..769ca4b 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -84,6 +84,7 @@ void pixel(ap_int<32> selector, ascii=0; if(selector == 1){ ascii= convertBinInt(final_char); + final_char=0; } } -- GitLab