Guest
#3766401
Hi I am stuck with a problem in vhdl and hope someone can help me solving this. I am trying to implement a driver on a Atlys Spartan-6 board to read out data which comes in via HDMI. I allready located the variable (std_logic_vector(23 downto 0)) which carries the signal i want to export from the Atlys driver. The new driver has as input a variable (unsigned(7 downto 0)) in which only the adress of my datastream is inserted. My problem now is to set a pointer between those two variables. I believe I somehow have to define my vector as access type, but however i am trying to do this, it won't work. I hope someone can give me a hint how to solve this.