reenable nFB_TA
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user