Revision 951
Added by markw over 6 years ago
| hdmi.vhd | ||
|---|---|---|
|
port (
|
||
|
-- clocks
|
||
|
I_CLK_PIXEL : in std_logic;
|
||
|
I_RESET : in std_logic;
|
||
|
|
||
|
-- components
|
||
|
I_R : in std_logic_vector(7 downto 0);
|
||
| ... | ... | |
|
);
|
||
|
port (
|
||
|
i_pixclk : in std_logic;
|
||
|
i_reset : in std_logic;
|
||
|
i_hSync : in std_logic;
|
||
|
i_vSync : in std_logic;
|
||
|
i_blank : in std_logic;
|
||
| ... | ... | |
|
)
|
||
|
port map(
|
||
|
i_pixclk => I_CLK_PIXEL,
|
||
|
i_reset => I_RESET,
|
||
|
i_blank => I_BLANK,
|
||
|
i_hSync => I_HSYNC,
|
||
|
i_vSync => I_VSYNC,
|
||
Send fewer info packets, spec expects 1/frame