reenable nFB_TA

This commit is contained in:
Markus Fröschle
2016-04-27 15:08:14 +00:00
parent 9141e2aa3b
commit ec52731146
3 changed files with 12 additions and 9 deletions

View File

@@ -794,7 +794,7 @@ BEGIN
);
VDOUT_OE <= DDR_WR OR SR_DDR_WR;
video_ta <= blitter_ta or video_mod_ta or video_ddr_ta;
video_ta <= blitter_ta /* or video_mod_ta */ or video_ddr_ta;
inst4 : entity work.lpm_ff1
PORT MAP

View File

@@ -1512,9 +1512,9 @@ begin
VSYNC_I0_ena_ctrl <= LAST_q;
-- 3 zeilen vsync length
-- runterzählen bis 0
-- runterzählen bis 0
VSYNC_I_d <= 3x"3" when VSYNC_START_q = '1' else
std_logic_vector(unsigned(VSYNC_I_q) - 1) when VSYNC_START_q = '0' and VSYNC_I_q /= x"0" else
std_logic_vector(unsigned(VSYNC_I_q) - 1) when VSYNC_START_q = '0' and VSYNC_I_q /= 3x"0" else
(others => '0');
-- VSYNC_I_d <= ("011" and sizeIt(VSYNC_START_q,3)) or