VHDL: Adjust count when quad loaded

Change-Id: Ieaf096aa6ffb574e470564ca70602ee92bde57ce
issue_1022
David Banks 2017-04-25 10:06:38 +01:00
rodzic 6c519cdc29
commit 29d99e7110
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;