-- /cfg_stopwatch -- Created on Apr 22, 1997 at 12:31:47 -- VHDL configuration for system: stopwatch CONFIGURATION cfg1 OF stopwatch IS FOR data_flow -- architecture of stopwatch FOR ALL : internal_clock USE ENTITY work.tick_tock GENERIC MAP ( PERIOD => PERIOD ) PORT MAP ( clk => clk ); END FOR; -- VHDL configuration for component display driver FOR ALL : disp_driver USE CONFIGURATION work.cfg_disp_behav; 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 : timer USE CONFIGURATION work.cfg_timer_behav; END FOR; end for; end cfg1;