-- -- Component : time_memory -- -- Generated by System Architect version v8.4_3.7 by mrmayer on Feb 9, 1997 -- Converted to struct by mrmayer on April 22, 1997 -- LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY time_memory IS PORT ( pause_now : IN std_logic; sys_clk : IN std_logic; time_data : INOUT std_logic_vector (22 downto 0) ); END time_memory ;