pong/clockadjust.vhd
2013-02-21 20:27:53 -06:00

15 lines
181 B
VHDL

library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_1164.ALL;
entity clockadjust is
end clockadjust;
architecture Behavioral of clockadjust is
begin
end Behavioral;