I want to connect DM8168 with fpga, for dsp process video and trans data to fpga internal bram(fpga is the main control processor ).
but the datasheet just shows emif as ddr2/ddr3 port signals, not as follow in example xlx_s6_omap, OMAP-L138 SOM-M1 WITH POWER MEASUREMENT :
emifa_clk : in std_logic;
emifa_rnw : in std_logic;
emifa_cs2 : in std_logic;
emifa_oe_n : in std_logic;
emifa_we_n : in std_logic;
emifa_wait0 : in std_logic;
emifa_wait1 : in std_logic;
emifa_ba1 : in std_logic;
emifa_addr : in std_logic_vector(13 downto 0);
emifa_data : in std_logic_vector(15 downto 0);
and how to define connections for dsp dm8168?