Fixed ula bug

This commit is contained in:
yavor 2018-09-05 09:39:05 +03:00 committed by byrtolet
parent 64673306fa
commit d21ebacee1
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ begin
lHBLANKn <= '1' when (lCTR_H >= 1) and (lCTR_H <= 40) else '0';
-- Signal to Reload Register to reset attributes
lRELOAD_SEL <= '1' when (lCTR_H >= 49) else '0';
lRELOAD_SEL <= '1' when (lCTR_H >= 62) else '0';
-- Vertical Synchronisation
lVSYNC50n <= '0' when (lCTR_V >= 258) and (lCTR_V <= 259) else '1'; -- 50Hz