-- -- Component : stopwatch -- -- Generated by System Architect version v8.4_3.7 by mrmayer on Feb 9, 1997 -- Converted to struct format by mrmayer on April 22, 1997 -- LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY stopwatch IS PORT ( sr_pressed : IN std_logic; ss_pressed : IN std_logic; display_drv : OUT std_logic_vector (41 downto 0); indicators_on : OUT std_logic ); END stopwatch ;