diff --git a/vhdl/RGBtoHDMI.vhdl b/vhdl/RGBtoHDMI.vhdl index 599e180e..e0e34f6b 100644 --- a/vhdl/RGBtoHDMI.vhdl +++ b/vhdl/RGBtoHDMI.vhdl @@ -97,7 +97,7 @@ begin if counter(10) = '0' then if counter(1 downto 0) = "11" then shift <= B & G & R & shift(11 downto 3); - if counter(3 downto 2) = "11" then + if counter(3 downto 2) = "00" then quad <= shift; psync <= counter(4); end if;