-- /cfg_stopwatch -- Created on Apr 22, 1997 at 12:31:47 -- VHDL configuration for system: stopwatch CONFIGURATION cfg_stopwatch_behav OF stopwatch IS FOR data_flow -- architecture of stopwatch FOR ALL : disp_driver USE ENTITY work.disp_driver(spec) ; END FOR; FOR ALL : main_control USE ENTITY work.main_control(state_machine) ; END FOR; FOR ALL : switch_filter USE ENTITY work.switch_filter(spec) ; END FOR; FOR ALL : time_memory USE ENTITY work.time_memory(spec) ; END FOR; FOR ALL : timer USE ENTITY work.timer (spec); END FOR; end for; end cfg_stopwatch_behav;