abimann
Member level 4
Does someone use faced problem , I want to use Hamsterworks minimal HDMI, but my Virtex-4 use ODDR i made many manipulations but now result
instead :
I use :
Could someone has same problem, I am sure problem is here .. pls help SOS!!!
instead :
HTML:
c0_to_serial: ODDR2
generic map(DDR_ALIGNMENT => "C0", INIT => '0', SRTYPE => "ASYNC")
port map (C0 => clk_x5, C1 => not clk_x5, CE => '1', R => '0', S => '0',
D0 => C0_output_bits(0), D1 => C0_output_bits(1), Q => c0_serial);
I use :
HTML:
c0_to_serial: ODDR
generic map( DDR_CLK_EDGE => "SAME_EDGE",--"OPPOSITE_EDGE"or"SAME_EDGE"
INIT => '1', SRTYPE => "ASYNC")
port map (C => clk_x5, CE => '1', R => '0', S => '0',
D1 => C0_output_bits(1), D2 => C0_output_bits(0), Q => c0_serial);
Could someone has same problem, I am sure problem is here .. pls help SOS!!!