From f774bbe08376f13a9cc3903022c9c63abcd8d184 Mon Sep 17 00:00:00 2001 From: IanSB Date: Sat, 4 Jan 2020 06:08:11 +0000 Subject: [PATCH] fix comment --- vhdl_YUV_6bit/RGBtoHDMI.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhdl_YUV_6bit/RGBtoHDMI.vhdl b/vhdl_YUV_6bit/RGBtoHDMI.vhdl index 386f5054..7a080c28 100644 --- a/vhdl_YUV_6bit/RGBtoHDMI.vhdl +++ b/vhdl_YUV_6bit/RGBtoHDMI.vhdl @@ -331,7 +331,7 @@ begin clamp <= '0'; else clamp <= '1'; - -- ideally top 2 bits below should be > "01" but only 5 bits of counter always wrap around + -- ideally top 2 bits below should be > "01" but only 6 bits of counter always wrap around if counter(6 downto 0) = "01" & offset then clamp_counter <= clamp_counter + 1; end if;