-- /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;


<div align="center"><br /><script type="text/javascript"><!--
google_ad_client = "pub-7293844627074885";
//468x60, Created at 07. 11. 25
google_ad_slot = "8619794253";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />&nbsp;</div>