library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
entity Pos_Controller is
port
(
L, R, U, D, Move, Reset: in std_logic;
Init_X, Init_Y: out std_logic_vector(9 downto 0)
);
end Pos_Controler;
architecture arch of Pos_Controller is
Constant Len ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.