-- /cfg_stopwatch -- Created on Apr 22, 1997 at 12:31:47 -- VHDL configuration for system: stopwatch CONFIGURATION cfg2 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; FOR ALL : disp_driver USE CONFIGURATION work.cfg_disp_behav; END FOR; FOR ALL : main_control USE ENTITY work.main_control (struct) ; END FOR; FOR ALL : switch_filter USE ENTITY work.switch_filter (struct); END FOR; FOR ALL : timer USE CONFIGURATION work.cfg_timer_struct; END FOR; end for; end cfg2;